View Full Version : linking into I-frames with div tables


vici0uskitty
03-29-2003, 02:37 AM
my website is http://www26.brinkster.com/vici0uskitty
I made my text over-lap the image, and added a link to it. the problem is I can't target that link into the I-frame. I know how to target links into I-frames...but it's not working this is my DIV tables and I-frame code:

<DIV style="position: absolute; top:0px; left:0px;">


<img src="background_vici0us2.jpg" border="0 height="500" width="771"
hspace="0" useMap=#main vspace="0"><map name=main>

<div style="position: absolute; top: 200; left: 325; z-index: 100;">

<font face="courier new" size="5#" color="#000000"><a href="http://www26.brinkster.com/vici0uskitty/kitty.htm">.ME.</a></font>

</div>


</map>

</font> </div>
</td>
</form>


<body bgcolor="#0000000">




<DIV style="position: absolute; top:230px; left:275px;" table style="border:2px dashed #000000;">


<tr>
<td>
<font face="verdana" size="-2">
<iframe FRAMEBORDER="0" width=450
height=300 src="updates.htm"
name=main></iframe>
</font> </div>


I dunno if that helped you help me (lol) but anyways PLEASE HELP cause it's not working!!

Alcy
03-29-2003, 03:11 AM
<a href="http://www26.brinkster.com/vici0uskitty/kitty.htm" target="main">.ME.</a>

vici0uskitty
03-29-2003, 02:57 PM
thank-you soo much!!!