Pop up w/iframe, tables

liunx

Guest
Grr... I have this layout with a pop up that displays the tables where my spliced images sit. I have an image map for the links on the images... And I have an iframe. The problem is, when you view the page there are little white lines/spaces underneath the iframe.<br />
<br />
Here is the code:<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE></TITLE><br />
</HEAD><br />
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br />
<br />
<br />
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="605" HEIGHT="500"><br />
<br />
<TR><br />
<TD ROWSPAN="2" COLSPAN="1" WIDTH="226" HEIGHT="438"><br />
<!-- Image Map created by MapMakerPro --><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"canyon_1x1.jpg" USEMAP="#canyon_1x1" BORDER=0><br />
<MAP NAME="canyon_1x1" ><br />
<!-- Image Map (Created by MapMaker Pro) canyon_1x1 starts... --><br />
<AREA SHAPE=RECT COORDS="71,50,119,101", HREF=http://www.htmlforums.com/archive/index.php/"window.htm" ALT="Home"><br />
<AREA SHAPE=RECT COORDS="139,133,168,166" ><br />
<AREA SHAPE=RECT COORDS="91,208,114,241" ><br />
<AREA SHAPE=RECT COORDS="135,241,190,299" ><br />
<AREA SHAPE=RECT COORDS="91,332,133,380" ><br />
<AREA SHAPE=RECT COORDS="174,417,202,438" ><br />
<!-- End of Map Definition --><br />
</MAP><br />
</TD><br />
<TD ROWSPAN="1" COLSPAN="1" WIDTH="364" HEIGHT="10"><br />
<IMG NAME="canyon1" SRC=http://www.htmlforums.com/archive/index.php/"canyon_1x2.jpg" WIDTH="364" HEIGHT="10" BORDER="0<br />
<br />
"></TD><br />
<TD ROWSPAN="2" COLSPAN="1" WIDTH="15" HEIGHT="438"><br />
<IMG NAME="canyon2" SRC=http://www.htmlforums.com/archive/index.php/"canyon_1x3.jpg" WIDTH="15" HEIGHT="438" BORDER="0<br />
<br />
"></TD><br />
</TR><br />
<br />
<TR><br />
<TD ROWSPAN="1" COLSPAN="1" WIDTH="364" HEIGHT="428"><br />
<IFRAME SRC=http://www.htmlforums.com/archive/index.php/"window.htm" FRAMEBORDER="0" NAME="little" WIDTH="364" HEIGHT="428" <br />
<br />
NORESIZE></IFRAME></TD><br />
</TR><br />
<br />
<TR><br />
<TD ROWSPAN="1" COLSPAN="3" WIDTH="605" HEIGHT="62"><br />
<IMG NAME="canyon4" SRC=http://www.htmlforums.com/archive/index.php/"canyon_3x1.jpg" WIDTH="605" HEIGHT="62" BORDER="0<br />
<br />
"></TD><br />
</TR><br />
<br />
</TABLE><br />
<br />
<br />
</BODY><br />
</HTML><br />
<br />
Okay, now just in case there is something wrong with the code that calls the pop-up:<br />
<br />
<html><br />
<head><br />
<title>[Mirage Angel].../Version 3.0\\\ Canyon Shaft</title><br />
<script language="JavaScript"><br />
<!-- hide from JavaScript-challenged browsers<br />
<br />
function openWindow() {<br />
popupWin = window.open('canyon.htm', 'remote', 'status,width=605,height=500')<br />
}<br />
<br />
// done hiding --><br />
</script><br />
</head><br />
<body background="#FFFFFF" text="#000000" link="#000000" vlink="#000000"><br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:openWindow();"><img src="canyone.jpg" border="0"></a><br><br />
</body><br />
</html><br />
<br />
Thank you guys so much for your time and advice! :))<!--content-->now that you chopped up that code, do you have a link so we can see it in action?<!--content-->Yes, you can. Thanks for the reply! :)<br />
<br />
<!-- m --><a class="postlink" href="http://server2.freehu.com/6/Crescendo/enter.htm">http://server2.freehu.com/6/Crescendo/enter.htm</a><!-- m --><!--content-->I don't see anything like you see. it works fine in mozilla1.3 at 800x600 on win2k<!--content-->I tried it on IE and ur rught there is a small white line on the page. THIS IS CAUSE your IFRAME it to long for your images to connect. So if you shortin the height of your IFRAME then it should be right. :P<br />
<br />
Hope that works for ya<!--content-->stupid IE :P<br />
<br />
also it takes forever to load on a 56k dialup. mostly that graphic is way to big in size.<!--content-->
 
Back
Top