Colored scrollbar not displaying (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets



Message


vision2000 -> Colored scrollbar not displaying (5/5/2006 14:10:07)

Hi,

How can I get a colored scroll bar to appear in this page

http://www.ideasofamerica.net/newsletters/newsletter4-18-06v2.html

CSS
<style type="text/css">
<!--
body{scrollbar-face-color:#FF0000;
scrollbar-track-color:#FFFF00;
scrollbar-arrow-color:#FFFF00;}
-->
</style>

It appears correctly in IE6 on this page:

ideasofamerica.net

Please advise

Thank you




jaybee -> RE: Colored scrollbar not displaying (5/5/2006 17:05:39)

Well the code in the header of each page is different. In the one that's not working you have the link to the style sheet AFTER the internal styles so anything in there will get overridden.

Also the working page has

body{background-color:#000066;
scrollbar-face-color:#FF0000; 
scrollbar-track-color:#FFFF00; 
scrollbar-arrow-color:#FFFF00;


and the non-working page has

<style type="text/css">
<!--
body{scrollbar-face-color:#FF0000; 
scrollbar-track-color:#FFFF00; 
scrollbar-arrow-color:#FFFF00;}
-->
</style>
<link href="5starsA.css" rel="stylesheet" type="text/css" />


be aware that this only works in IE and a lot of people don't like you doing it.




vision2000 -> RE: Colored scrollbar not displaying (5/5/2006 20:10:09)

Thanks a lot ...as always.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875