Making a web page with clear backgrounds
and scrollbars.
The first thing you need to do is open notepad.
You can open easy designer and do this too but you'll get that
annoying banner on top, if you want to get rid of it then I suggest using
notepad. But you can use easy designer as a way of previewing your pages
while your working on them if you don't have a program that will allow you to
view you pages.
These pages are made using I Frames. The main page has a
background and does not have a clear scrollbar. Only the pages that are
linked have the clear backs and scrolls. You main page has to have a code
for recognizing the clear color. This is an example of that kind of page.
If you copied and pasted this code, you should see a tiled
background with two X's and two white boxes. The X's are you pictures that
you would need to link into the code. The part of the code that you need
to modify to add your pictures look like this.
<IMG src="http://members.aol.com/yourscreenname/images/yourpic.jpg"
BORDER=0 style="z-index: 1" width="500" height="180">
and
<img src="http://members.aol.com/yourscreenanme/images/yourpic.gif">
Now onto the white boxes.
You can move these around on the page and make them
different sizes if you want. Look for this part of the code. With
this you can change width and height to whatever you think looks good and see
where it says position absolute by changing the numbers there, changes where the
white box is positioned on your main page.
<iframe FRAMEBORDER="0" width="230"
height="660"src="http://members.aol.com/yourscreenname/links.htm" name="links"
allowTransparency scrolling="no" align="top" style="filter:chroma
(color=#00ff00)" style="position:absolute; top:740px; left:-5px"></iframe>