Transparent Scrollbars
When you make a iframe layout (it only works in iframes, no idea why) you add a little code to make the scrollbars transparent. Example of a layout with transparent scrollbars: http://kiti.shukuya.com/nonanime/sign%20of%20love/You add the code to the page that is in the iframe. Not the pages that puts all of the iframes together. I hope this isn't too confusion. O.o
Anyway, just add the following code:
<div id="main" style="position:absolute; left:0px; top:0px; width:?
px; height:? px; z-index:1;overflow: auto; FILTER:chroma(color= COLOR);
overflow: auto;
scrollbar-base-color:COLOR;
scrollbar-track-color:COLOR;
scrollbar-3dlight-color:COLOR;
scrollbar-darkshadow-color:COLOR;
scrollbar-shadow-color:COLOR;
scrollbar-highlight-color:COLOR;
scrollbar-arrow-color:COLOR;">
THE MAIN STUFF GOES HERE.
</div>
Make sure for the width and height of it you put in the iframe width and height
otherwise it won't work.
for Chroma(color=COLOR) put in the colour you want to be
invisible. E.g. if you set this green, you will need to set the base color, the
track color, and everything that you want transparent green. You can leave the
arrow bars a different color so that they will show up. If you have any
questions, feel free to contact me.
















