Forum Moderators: not2easy

Message Too Old, No Replies

scrollbar colour in iframe

scrollbar colour in iframe

         

jennyc

5:01 am on Dec 10, 2006 (gmt 0)

10+ Year Member



Hi

I'm having trouble getting the scrollbar in an iframe to be a different colour than the standard grey....
This is the site: <snip>

Here's the css:

body {
background-image: url(/Images/Orange-background.jpg);
background-repeat: no-repeat;

scrollbar-3dlight-color:#CCCCCC;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#999999;
scrollbar-track-color:#666666;
scrollbar-arrow-color:#000000;
scrollbar-face-color:#CCCCCC;
background-color:#FFFFFF;
}

Any idea what's wrong please?
TIA Jenny

[edited by: encyclo at 1:54 pm (utc) on Dec. 10, 2006]
[edit reason] no URLs please, see TOS [webmasterworld.com] [/edit]

birdbrain

10:58 am on Dec 10, 2006 (gmt 0)



Hi there jennyc,

and a warm welcome to these forums. ;)

Try it like this...


html,body {
background-image: url(/Images/Orange-background.jpg);
background-repeat: no-repeat;

scrollbar-3dlight-color:#cccccc;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#999999;
scrollbar-track-color:#666666;
scrollbar-arrow-color:#000000;
scrollbar-face-color:#cccccc;
background-color:#ffffff;
}

You are aware, I presume, that coloured scrollbars will only work in IE.

birdbrain

jennyc

4:38 pm on Dec 10, 2006 (gmt 0)

10+ Year Member



Hi birdbrain

Your name does not do you justice.

Works a treat..........soooooo simple when you know how :~)

I really must re-read taht css book :~)

Thanks a million, Jenny