selphie
03-22-2003, 07:40 AM
I need help getting the image map to target the iFrame. I've worked REALLY hard on the picture and stuff and now it won't work. So if anyone could help me I'd thank you forever! :P
<html>
<head>
<title>Angel Designs // Ayumi Hamasaki</title>
</head>
<body scroll="yes">
<div style="position:absolute; top:0; left:0;">
<map name="FPMap0">
<area target="main" href="ayumi_me.htm" shape="rect" coords="34, 10, 70, 21">
<area target="main" href="ayumi_you.htm" shape="rect" coords="80, 11, 113, 20">
<area target="_blank" href="ayumi_guestbook.htm" shape="rect" coords="130, 11, 193, 23">
<area href="mailto:sarah@angel-bless.cjb.net" shape="rect" coords="205, 11, 282, 20">
<area target="main" href="ayumi_index.htm" shape="rect" coords="292, 11, 343, 21"></map>
<img border="0" src="file:///C:/My%20Documents/My%20Pictures/ayumi_main.png" width="800" height="450" usemap="#FPMap0">
</div>
<div style="position:absolute; top:25; left:15;">
<iframe src="ayumi_home.htm" name="main" width="368" height="409" frameborder="0" ALLOWTRANSPARENCY="true" style="filter:chroma(color:#000000)">
</iframe>
</div>
</body>
</html>
<html>
<head>
<title>Angel Designs // Ayumi Hamasaki</title>
</head>
<body scroll="yes">
<div style="position:absolute; top:0; left:0;">
<map name="FPMap0">
<area target="main" href="ayumi_me.htm" shape="rect" coords="34, 10, 70, 21">
<area target="main" href="ayumi_you.htm" shape="rect" coords="80, 11, 113, 20">
<area target="_blank" href="ayumi_guestbook.htm" shape="rect" coords="130, 11, 193, 23">
<area href="mailto:sarah@angel-bless.cjb.net" shape="rect" coords="205, 11, 282, 20">
<area target="main" href="ayumi_index.htm" shape="rect" coords="292, 11, 343, 21"></map>
<img border="0" src="file:///C:/My%20Documents/My%20Pictures/ayumi_main.png" width="800" height="450" usemap="#FPMap0">
</div>
<div style="position:absolute; top:25; left:15;">
<iframe src="ayumi_home.htm" name="main" width="368" height="409" frameborder="0" ALLOWTRANSPARENCY="true" style="filter:chroma(color:#000000)">
</iframe>
</div>
</body>
</html>