On a few webpages including the WinDrivers main page, i have noticed a different coloured scollbar (blue in windrivers case). How do you do this??
BurnFEST
Printable View
On a few webpages including the WinDrivers main page, i have noticed a different coloured scollbar (blue in windrivers case). How do you do this??
BurnFEST
You set this in your code and set the colors to whatever you want. It takes a little customization an it only works for IE 5.5 or higher right now.
<style>
body {
scrollbar-face-color: #13a4eb;
scrollbar-shadow-color: #13a4eb;
scrollbar-highlight-color: #13a4eb;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-track-color: black;
scrollbar-arrow-color: black;
}
</style>
You can see an example of how that exact code above works at
Acralite Software
There's a nice article over at CNet Builder.com all about this:
Color IE 5.5 scroll bars
This explains all about which colours go where and gives you a few tips too.
"Although art can be created with a chainsaw, this is hardly a justification for giving every would-be artist a chainsaw." :rolleyes:
> Vincent van Gui, - commenting on some of the newer "extensions" to HTML
aperantly you didnt read THIS !!! ;)
I had a topic on this some time back, try a search and check it out
That's a very good document, Scuba. I'll have to keep reading.
Quote:
Originally posted by Scuba:
"Although art can be created with a chainsaw, this is hardly a justification for giving every would-be artist a chainsaw." :rolleyes:
> Vincent van Gui, - commenting on some of the newer "extensions" to HTML
aperantly you didnt read THIS !!! ;)