Could the code which redefines the scrollbar appearance for IE be removed, please?
It serves no real purpose that I can see, because it's set to look like the default scrollbar.
But it looks tacky, because that overwrites the OS' default theme for the scrollbar. It's out of place.
The code is:
It'll also shave a few bytes off the filesize so it should minutely improved performance.
It serves no real purpose that I can see, because it's set to look like the default scrollbar.
But it looks tacky, because that overwrites the OS' default theme for the scrollbar. It's out of place.
The code is:
Code:
BODY { FONT-SIZE: 10pt; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; SCROLLBAR-BASE-COLOR: #dddddd; SCROLLBAR-ARROW-COLOR: #222222; /* SCROLLBAR-3DLIGHT-COLOR: #A997C4; SCROLLBAR-HIGHLIGHT-COLOR: #A997C4; SCROLLBAR-SHADOW-COLOR: #bbbbbb; SCROLLBAR-DARKSHADOW-COLOR: #bbbbbb; SCROLLBAR-FACE-COLOR: #dddddd; SCROLLBAR-TRACK-COLOR: #ffffff;
Comment