View Full Version : CSS and Iframe transparent scrollbars


kawaiiinnocent
06-16-2005, 02:07 PM
Hi,

Can someone please help.
I'm trying to make a transparent scrollbar but for some reason it didnt work.
What did I do wrong?

<iframe src="KI_Main.htm" name="iframe" width="651" height="594" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder="0" scrolling="auto" style="FILTER: chroma color=#003300" allowtransparency="true"></iframe>

StarWay
06-17-2005, 07:22 AM
Are you sure your browser allows for scrollbar attributes like that?

MaGiCSuN
06-17-2005, 03:35 PM
style="FILTER: chroma color=#003300"

should be:

style="FILTER: chroma(color=#003300)"

and inside your iframe (on the pages that load within) there should be a scrollbar coding ..

Love,
Mirna

Shogun
07-12-2005, 07:20 AM
I didn't know you had to code the actual page. I thought just the Iframe

bay500
07-15-2005, 06:03 PM
wat is the chroma color in a transparent iframe scrollbar code? wat does that mean ?

style="FILTER: chroma color=#003300" allowtransparency="true">

basically wat does the above mean, i can understand the end, but the other parts confuse me..