iframe scrollbar> no css?
iframe scrollbar> no css?
- Started
- Last post
- 5 Responses
- zento2
i noticed its not possible to use css on the scrollbar in an iframe, is this really true or does anybody know a work-around?
- gelund0
You can apply your css to the page object that gets loaded in to the iframe.
- zento20
with javascript?
- Gorbie0
If it has a 'name' you should be able to call it.
- squidfingers0
you don't need javascript.
You just have to put the css in the document that gets loaded into the iframe, NOT the document where the iframe tag is.
- gelund0
Add (below) in the body section of your css:
BODY {SCROLLBAR-FACE-COLOR: #CC0000; SCROLLBAR-HIGHLIGHT-COLOR: #CC0000; SCROLLBAR-SHADOW-COLOR: #990000; SCROLLBAR-3DLIGHT-COLOR: #FF0000; SCROLLBAR-ARROW-COLOR: #990000; SCROLLBAR-TRACK-COLOR: #FFCCCC; SCROLLBAR-DARKSHADOW-COLOR: #990000; }