View Full Version : Transparent Scroll Bar Help Please.


oh-pilot
12-22-2006, 02:06 AM
Hi, I know this is asked all the time, but i'm working on a new Iframe layout, and I can't seem to make the scrollbar transparent. I saw it here (http://celestial-star.net/layouts/preview/154/) the scroll bars are transparent. Could anyone please tell me how i can get mine to look like that?

amyaurora
12-22-2006, 09:10 PM
This is the code for an iframe with transparent scrollbars (IE only):

<IFRAME name="inlineframe" src="yoururl.html" width=200 height=200 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#ff0000)" allowtransparency="true"></IFRAME>