lovely_sugar102
12-01-2002, 04:55 PM
I postioned an IFrame and I want it to be transparent so i can see the background beind it. Here is my code:
<!-- "Aqua Skies" layout made by Sugar~~ http://www.angelfire.com/al4/home0 -->
<STYLE type="text/css"><!--
A:link{color:blue;text-decoration:none}
A:visited{color:blue;text-decoration:none}
A:active{color:0099FF;text-decoration:none}
A:hover{color:0099FF;cursor:crosshair}
--></STYLE>
<style type="text/css">
<!--
#image { position:absolute; visibility:visible; left:0; top:0; width:0; align:right }
#frame { position:absolute; visibility:visible; left:8; top:106; width:700; align:center}
-->
</style>
<IMG SRC="http://publish.hometown.aol.com/candy1020201/images/layout_aquaskies.gif" BORDER=0 style="position:absolute; left:0; top:0;">
<div id=frame>
<iframe FRAMEBORDER="0" BORDER=0 width=448
height=272 src="http://www.angelfire.com/al4/home0/home.html" name="frame" scrolling=yes allowtransparency="true"></iframe>
<div style="position: absolute; top:20; left:496">
<font face="brush script mt"><font size=5><a href="home.html" target="frame">Main
</div>
<div style="position: absolute; top:85; left:495"><a href="you.html" target="frame">For You
</div>
<div style="position: absolute; top:155; left:490">
<font face="brush script mt"><font size=5><a href="me.html" target="frame">About Me
</div>
<div style="position: absolute; top:225; left:490">
<font face="brush script mt"><font size=5><a href="site.html" target="frame">The Site
</div>
Thanks a lot!
<!-- "Aqua Skies" layout made by Sugar~~ http://www.angelfire.com/al4/home0 -->
<STYLE type="text/css"><!--
A:link{color:blue;text-decoration:none}
A:visited{color:blue;text-decoration:none}
A:active{color:0099FF;text-decoration:none}
A:hover{color:0099FF;cursor:crosshair}
--></STYLE>
<style type="text/css">
<!--
#image { position:absolute; visibility:visible; left:0; top:0; width:0; align:right }
#frame { position:absolute; visibility:visible; left:8; top:106; width:700; align:center}
-->
</style>
<IMG SRC="http://publish.hometown.aol.com/candy1020201/images/layout_aquaskies.gif" BORDER=0 style="position:absolute; left:0; top:0;">
<div id=frame>
<iframe FRAMEBORDER="0" BORDER=0 width=448
height=272 src="http://www.angelfire.com/al4/home0/home.html" name="frame" scrolling=yes allowtransparency="true"></iframe>
<div style="position: absolute; top:20; left:496">
<font face="brush script mt"><font size=5><a href="home.html" target="frame">Main
</div>
<div style="position: absolute; top:85; left:495"><a href="you.html" target="frame">For You
</div>
<div style="position: absolute; top:155; left:490">
<font face="brush script mt"><font size=5><a href="me.html" target="frame">About Me
</div>
<div style="position: absolute; top:225; left:490">
<font face="brush script mt"><font size=5><a href="site.html" target="frame">The Site
</div>
Thanks a lot!