View Full Version : Transparent I-frame help...again


ForevaLili327
02-25-2003, 11:33 PM
I need help it was working before but for some reason it's not working and i don't know whats wrong..Here is the script that has THE I-FRAME ON THE PAGE:

<html>
<head>

</head>



<body>
<!-- Created by CuteMAP -->
<!-- Visit us at http://www.globalscape.com -->
<!-- Beginning of CSIM -->
<IMG SRC="tropicalbreeze.gif" USEMAP="#tropicalbreeze.gif" WIDTH=452 HEIGHT=523 BORDER=0>
<MAP NAME="tropicalbreeze.gif">
<AREA SHAPE=RECT COORDS="323,151,361,172" HREF="http://www.geocities.com/lil_lili_li/Me.html" TARGET="frame" ALT="About MEEE">
<AREA SHAPE=RECT COORDS="208,140,208,140">
<AREA SHAPE=RECT COORDS="322,188,363,216" HREF="http://www.geocities.com/lil_lili_li/You.html" TARGET="frame" ALT="Stuff for YOUU">
<AREA SHAPE=RECT COORDS="315,233,373,259" HREF="http://www.geocities.com/lil_lili_li/Www.html" TARGET="frame" ALT="Link MEEE">
<AREA SHAPE=RECT COORDS="59,203,59,203">
</MAP>
<!-- End of CSIM -->

<iframe style="position:absolute; top:295px; left:210px; width:230px; height:230px"
src="Inline.html" name="frame" width="100" height="126" frameborder="0 allowtransparency="true"></iframe>





</body>
</html>


And Here is the script IN SIDE THE I-FRAME:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>




<body style="background-color:transparent">


</head>

<body>

<center><p><b>Updates</b></p><center>
<font face="Arial" size="1pt" color="#c000ff">
Navigation is simple as ABC. Its above this frame the "me, you,www". Don't forget to sign the guestbook.
<br><br>
2/25/03- THANK YOU THANK YOU THANK YOU!! I love this new layout made by the wonderful hanzan!! Very very talented!!!!!!!!!! I added a bio today!<br><br>2/09/02- This site was created today! Hi everone welcome to Tropical Breeze! This layout isn't the best but it works for me! I will start updated soon!</font><br>


<style type="text/css"><!--
BODY{background:white;font-face:arial;font-size:11px;font-color:#c000ff;font-weight:none}
A:LINK,A:VISITED,A:ACTIVE{font-family:arial;font-size:11px;text-decoration:underline;color:#c000ff;font-weight:none}
A:HOVER{text-decoration:none;color:#c000ff;cursor:help;text-transform:uppercase;font-weight:italics;background-color:none}
B{color:#c000ff;font-face:arial;font-weight:italics;font-size:11px}
img,iframe{height:0px;width:0px}
font,td,xmp,p,i{color:black;font-family:arial;font-size:11px;line-height:8pt;font-weight:normal;font-style:normal}
HR{color:#c000ff;border-style:dotted;height:4;width:270;border-bottom:SOLID 1pt black; border-top: SOLID 1pt white;border-left: solid 1pt white;border-right: solid 1pt white}
input,textarea{border:1 solid deeppink;background:white;color:#c000ff;font-family:arial;font-size:11px;line-height:8pt;font-weight:normal;font-style:normal}
BODY{scrollbar-arrow-color:#c000ff;scrollbar-base-color:white;scrollbar-dark-shadow-color:white;scrollbar-shadow-color:white;scrollbar-track-color:white}
--></style>



</body>
</html>


Please tell me whats wrong with it :(

MaGiCSuN
02-26-2003, 12:33 PM
the script for the page that has to load INSIDE has to be this:

<html>
<head>
<style type="text/css"><!--
BODY{background:white;fon
t-face:arial;font-size:11px;font-color:#c000ff;font-weight:none}
A:LINK,A:VISITED,A:ACTIVE
{font-family:arial;font-size:11px;text- decoration:underline;colo
r:#c000ff;font-weight:none}
A:HOVER{text- decoration:none;color:#c0
00ff;cursor:help;text-transform:uppercase;font- weight:italics;background
-color:none}
B{color:#c000ff;font-face:arial;font-weight:italics;font-size:11px}
img,iframe{height:0px;wid
th:0px}
font,td,xmp,p,i{color:bla
ck;font-family:arial;font-size:11px;line-height:8pt;font-weight:normal;font-style:normal}
HR{color:#c000ff;border- style:dotted;height:4;wid
th:270;border-bottom:SOLID 1pt black; border-top: SOLID 1pt white;border-left: solid 1pt white;border-right: solid 1pt white}
input,textarea{border:1 solid deeppink;background:white
;color:#c000ff;font-family:arial;font-size:11px;line-height:8pt;font-weight:normal;font-style:normal}
BODY{scrollbar-arrow-color:#c000ff;scrollbar-base-color:white;scrollbar-dark-shadow-color:white;scrollbar-shadow-color:white;scrollbar-track-color:white}
--></style>

</head>

<body style="background-color:transparent">

<center><p><b>Updates</b></p><center>
<font face="Arial" size="1pt" color="#c000ff">
Navigation is simple as ABC. Its above this frame the "me, you,www". Don't forget to sign the guestbook.
<br><br>
2/25/03- THANK YOU THANK YOU THANK YOU!! I love this new layout made by the wonderful hanzan!! Very very talented!!!!!!!!!! I added a bio today!<br><br>2/09/02- This site was created today! Hi everone welcome to Tropical Breeze! This layout isn't the best but it works for me! I will start updated soon!</font><br>

</body>
</html>

ForevaLili327
02-26-2003, 07:35 PM
Nope it doesn't work...sigh..