I have used a script to change the color of my scrollbar.
But now only the scrollbar at the right has the color I want.
And not the "internal" scrollbar.
How can I change this?
Thanx
| SitePoint Sponsor |
I have used a script to change the color of my scrollbar.
But now only the scrollbar at the right has the color I want.
And not the "internal" scrollbar.
How can I change this?
Thanx
Any clues about the site this is, source? URI? Code?Originally Posted by Rodney
Could you please give us a clue what you have.
John
No electrons were harmed during the creation, transmission
or reading of this posting. However, many were excited and
some may have enjoyed the experience.
[http://www.bbeh.nl/bb/home10.html
HTML Code:<STYLE type=text/css>BODY { SCROLLBAR-FACE-COLOR: #EA5610 ; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #EF9062; SCROLLBAR-3DLIGHT-COLOR: #EA5610; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #EF9062 } </STYLE>
try this in the style...
<STYLE type=text/css>BODY, iframe ....
Troy
No, that doesn't work.
Did you ever think of maybe another approach? Try this perhaps, if you are willing to look into some php:
http://www.sitepointforums.com/showt...rame+scrollbar
Troy

easiest way - stick the scroll bar styles in a seperate css file, and link it in addition with your normal style sheet(s) in the iframe pages...
I did it this way and it works.Originally Posted by groobash
Everybody thanks for the help.
Bookmarks