navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Colored scrollbar not displaying

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Colored scrollbar not displaying
Page: [1]
 
vision2000

 

Posts: 532
From: USA
Status: offline

 
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

 

Posts: 14152
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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.

< Message edited by jaybee -- 5/5/2006 17:17:14 >


_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to vision2000)
vision2000

 

Posts: 532
From: USA
Status: offline

 
RE: Colored scrollbar not displaying - 5/5/2006 20:10:09   
Thanks a lot ...as always.

(in reply to jaybee)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Colored scrollbar not displaying
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts