PDA

View Full Version : customizes scroll bar



saucey
October 9th, 2008, 10:05 AM
I was wondering if anyone knew how to make a horizontol customized scroll bar, with html or css

theCodeBot
October 9th, 2008, 04:25 PM
I was wondering if anyone knew how to make a horizontol customized scroll bar, with html or css

CSS. But it only works in IE, because the other browsers made a security decision not to let the web developer modify the behavior of the entire application.

tfg
October 10th, 2008, 06:05 PM
CSS. But it only works in IE, because the other browsers made a security decision not to let the web developer modify the behavior of the entire application.

not so much a security decision, more that it was never put forward by the w3c to be included in the css specifications. it was invented, developed and implemented by microsoft.

this subject's caused quite a stir over the past couple of days on another forum i use
http://forum.netmag.co.uk/viewtopic.php?t=38452