View Full Version : problem with my css...no colored scrollbars


Christy Marie
08-27-2003, 04:54 AM
What's wrong with my code? The scrollbars aren't colored...


<style type="text/css">

<!--
BODY
a {cursor:crosshair;height:1px;behavior:url(link.htc );filter:progid:DXImageTransform.Microsoft.gradien twipe(MaxSquare=5, Duration=1, Enabled=false)}
A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#000000; }
A:active
{ text-decoration: underline; color:#000000; }
A:hover
{ text-decoration: underline overline; color:#B22222;
scrollbar-face-color : #ffffff;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #ffffff;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #ffffff;
scrollbar-track-color : #ffffff;
scrollbar-arrow-color : #000000; }
</STYLE>

Thanks for any help :)

Dude128
08-27-2003, 04:56 AM
because those attributes are in the wrong section ;)

the scrollbar attributes belong in the body { ... } section, not the A:hover { ... } one.

Christy Marie
08-27-2003, 05:39 AM
Ahhh, ok, thanks ;D

NuclearOrbit
08-29-2003, 11:15 PM
Also remember some browsers don't support scroll-bar coloring.