View Full Version : scrollbars...


messypaint
03-22-2005, 02:17 AM
actually, i have no idea what to call it. i am working on a layout, but i really don't like having the scrollbars too noticable. i tried finding a code, but none of them are working for my need. i was thinking i may need to code the colors to the background, but i am not sure.

er. i hope this doesn't sound too confusing. i keep rambling.

this is preview post of a skin at createblog. see in the picture how her arrows are the only thing shown on the scrollbar? that is exactly what i want.

http://www.createblog.com/forums/index.php?showtopic=64588

help would be bueno.

thankyouverymuch.

tokyo bleu
03-22-2005, 02:37 AM
<style type="text/css">
body{
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-arrow-color: #000000;}
</style>