View Full Version : Can somebody PLEASE check this?


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>

jen-angel
03-22-2003, 08:34 AM
try changing the code to:

<html>
<head>
<title>Angel Designs // Ayumi Hamasaki</title>
</head>
<body scroll="yes">
<div style="position:absolute; top:0; left:0;">
<img border="0" src="ayumi_main.png" width="800" height="450" usemap="#FPMap0">
<map name="FPMap0">
<area shape="rect" coords="34, 10, 70, 21" href="ayumi_me.htm" target="main">
<area shape="rect" coords="80, 11, 113, 20" href="ayumi_you.htm" target="main">
<area shape="rect" coords="130, 11, 193, 23" href="ayumi_guestbook.htm" target="_blank">
<area shape="rect" coords="205, 11, 282, 20" href="mailto:sarah@angel-bless.cjb.net">
<area shape="rect" coords="292, 11, 343. 21" href="ayumi_index.htm" target="main">
</map>
</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:#0000
00)">
</iframe>
</div>
</body>
</html>

selphie
03-22-2003, 09:17 PM
It works!!! THANKS SO MUUCH!!! :D

jen-angel
03-22-2003, 09:48 PM
Welcome