View Full Version : Quick scrollbar question:


Ice Crystals
04-20-2003, 02:55 AM
Has the scrollbar at http://www.lenne.nu/lenne/ <- this site been done with div layers? Because it looks transparent yet the writing does not look faded... Do you think it has been done with the transparency coding? Or is it some other type of script?

Just wondering.

the_dark_one02
04-20-2003, 10:17 AM
i dont know for sure what theyve done but i think like u said its using div layers , which i knoe of a good scroller
http://www.codephobia.com/tutorials/view.php3?idnum=1&pagenum=1 That should be it. dont assk me how it works :S i got it n was then confused maybe u can hav a crack at it!

Suguru
04-20-2003, 05:52 PM
First you make the iframe and put this code allowtransparency="true" style="filter:chroma(color=name color);" in it like so

<iframe src="***.html" scroll=auto border=0 frameborder=0 width=".." height=".." NAME="..." allowtransparency="true" style="filter:chroma(color=name color);" noresize></IFRAME>

Then on the other pages. the ones in the iframe you make the parts of the scroll bar you want transparent the same color as the code in the iframe.

Ice Crystals
04-20-2003, 07:03 PM
the_dark_one02 thanks! I tried it but it's complicated lol... heehee :) thanks though :)

Suguru, so what you put after chroma is what shows up transparent? Ok.. I have all my pages opening up in an iframe. So on all those pages that open in that, is there coding that I need to put into it? Or do I just put that coding into the iframe tag and like... I don't know. What I mean is do I have to put something like that on the other pages so that they have transparent scrollers.

Suguru
04-20-2003, 07:18 PM
The pages that open into the iframe. You make the parts of the scoll bar that you want transparent the same color as the color in the iline frame code.

Ice Crystals
04-20-2003, 07:29 PM
So for example if on those pages I put in my CSS that I want the scrollbar to be black, and then after chroma on the ifram code I write in black, then the black will disappear and only the outline in a different color of the scroll bar will be visible?

Heehee sorry to bug you like this.

Suguru
04-20-2003, 10:11 PM
Yes, but you should make it an odd color something that isn't anywhere else on your site because everything that is that color will be transparent.

Ice Crystals
04-21-2003, 12:50 AM
YAY it works!! Thank you so much, i've been looking for a code with this effect forever!! :) :)