[thelist] Changing The Colours of the scrollbars in IE 5.5+

Paul Backhouse paul.backhouse at 2cs.com
Mon Oct 15 11:00:33 CDT 2001


I know its only in IE - maybe others will catch on later - but I've finally
fond the code that changes the colours of the scrollbars on IE:

<tip>
body{
	scrollbar-base-color: FF0000;
	scrollbar-arrow-color: FF0000;
	scrollbar-3digit-color: 00FF00;
	scrollbar-face-color: CCFF00;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-darkshadow-color: 000000;
	scrollbar-track-color: FF9900;
	scrollbar-highlight-color: CCCCCC;
}
</tip>

A mate of mine has also discovered how to change the placement of the
scrollbar from the right hand side to the left - I'm trying to get this info
out of him - we have ways of making them talk!

Hope people have some fun with this code.

Cheers
Paul Backhouse
Technical
2Cs Communications UK Ltd
www.2cs.com





More information about the thelist mailing list