View Full Version : How come I cant use the css code for coloring a scroll bar in my iframe??


sugarbyte
04-13-2004, 03:01 AM
here is the code I currently have, I dont understand why the css isnt working, and Im not exactly sure where to put it.
(the css code is for coloring the scroll bar in the I frame)
"<div style="position:absolute; top:321px; left:138px;">
<IFRAME name="home" src="please.html" width=530 height=268 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#bfff7f)" allowtransparency="true"></FRAME>
</div>"

Where do I put the css code?
please help me :crying: :ateddy: :apanda: :karate: :chicken:

kicker91
04-13-2004, 03:04 AM
The CSS only effects the scrollbars on the page, not the iframe. Put the CSS code on the page of the iframe.

Example: <iframe src="home.html">

Home.html:

<style .. . . . . . </style>

BLA BLA BLA.

:)