I have always used the same code whenever customizing the colour of a scrollbar, but I have never had an XP computer to test my sites on until now.
When I added in the code for the scrollbar colour it changed the traditional XP style scrollbar to the windows 2000/98 scrollbar style.
Here's the code, does anyone know why this is? And if there's a way to fix that.
<style type="text/css">
<!--
body
{
scrollbar-arrow-color: 000000;
scrollbar-track-color: 000000;
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
}
-->
</style>
And one more question, is there a way to customize the style of the scrollbar without using Flash? Somehow Im doubting that there is, because I haven't seen it done yet.



Reply With Quote


Is there anyway to get it to skip complaining (like the earlier versions skipped complaining) so much about things that don't break either the code or the page? I actually find this new information useful many times but, would love a toggle for when I just want to get right to the heart of the matter with a troublesome page.


Bookmarks