Jump to content

add style to scroll bar...


chanchelkumar

Recommended Posts

ONLY IE allows you style scroll bars with css.

 

here is the css code  to do that (change your colours to match)

 

body {

scrollbar-face-color: #F00;

scrollbar-shadow-color: #00F;

scrollbar-highlight-color: #0F0;

scrollbar-3dlight-color: #F0F;

scrollbar-darkshadow-color: #0FF;

scrollbar-track-color: #FF0;

scrollbar-arrow-color: #000;

}

 

 

Other browser will NOT apply any of these - they will have their own scrol bars.

 

IF you honestly believe that having scroll bars styled will be the difference between your site being  a boring page and an engaging page then I suspect the page is already too boring to want to view for more than 3 seconds...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.