Forums
This topic is locked
Scrollbar colours - iframe
Posted 23 Feb 2008 00:30:52
1
has voted
23 Feb 2008 00:30:52 shane collins posted:
Ok so.... I've put an iframe in my main page and got all that working fine but i wanted to change the colour of the scrollbar in the iframe so i did that.Now when i test the page (i'm using dreamweaver) If i test it using IE the colours all show and it works fine. But if i test it in firefox the scrollbar colours are default and not what i set them to, anyone know the cause of this?
This is the code i'm using for the colour change and i'm putting it inside the <head>
<style>
body {
scrollbar-arrow-color: #e2e2d6;
scrollbar-3dlight-color: #e2e2d6;
scrollbar-darkshadow-color: #9da38b;
scrollbar-face-color: #9da38b;
scrollbar-highlight-color: #9da38b;
scrollbar-shadow-color: #e2e2d6;
scrollbar-track-color: #e2e2d6;
}
</style>
Thanks for any help!
Replies
Replied 27 Feb 2008 09:26:59
27 Feb 2008 09:26:59 shane collins replied:
Nobody knows? <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>
Replied 27 Feb 2008 23:40:00
27 Feb 2008 23:40:00 satheesh Dominic replied:
It's because, Fire fox always displays it's own scroll bar. Even if we specify the scroll bar "properties" using CSS, Firefox will not accept that. It will accept the current theme's properties.....