LlamaFromHell
08-12-2011, 08:17 AM
I am building a website for a computer parts reseller, and I have build most of the site including this image map.
I have been coding in Dreamweaver, and in the preview mode i shows exactly where my image map areas are.
Anyway, my code is not working, when I preview my site in any browser, the image map buttons don't work.
Could you please look through my code and kindly tell me whats wrong? :confused:
<tr>
<td colspan="2"><img name="sidebar" src="images/eparts_r3_c1.jpg" width="347" height="536" border="0" alt="sidebar" usemap="#sidebar" /></td>
<td><iframe name="info_area" id="info_area" width="600" height="500" frameborder="0" src="welcome.html" /></td>
<td><img src="images/spacer.gif" width="1" height="536" border="0" alt="" /></td>
</tr>
</table><br />
<map id="sidebar" name="sidebar">
<area shape="rect" coords="190,231,339,265" onmouseover="this.src='ab_ro.jpg'"
onmouseout="this.src='ab_ro.jpg'" href="aboutus.html" alt="about us" target="info_area" />
<area shape="rect" coords="190,265,339,302" onmouseover="this.src='faq_ro.jpg'"
onmouseout="this.src='faq_ro.jpg'" href="aboutus.html" alt="faqs" target="info_area" />
<area shape="rect" coords="190,302,339,341" onmouseover="this.src='cu_ro.jpg'"
onmouseout="this.src='cu_ro.jpg'" href="aboutus.html" alt="contact" target="info_area" />
<area shape="rect" coords="171,460,267,495" onmouseover="this.src='p_ro.jpg'"
onmouseout="this.src='p_ro.jpg'" href="aboutus.html" alt="parts" target="info_area" />
</map>
I have been coding in Dreamweaver, and in the preview mode i shows exactly where my image map areas are.
Anyway, my code is not working, when I preview my site in any browser, the image map buttons don't work.
Could you please look through my code and kindly tell me whats wrong? :confused:
<tr>
<td colspan="2"><img name="sidebar" src="images/eparts_r3_c1.jpg" width="347" height="536" border="0" alt="sidebar" usemap="#sidebar" /></td>
<td><iframe name="info_area" id="info_area" width="600" height="500" frameborder="0" src="welcome.html" /></td>
<td><img src="images/spacer.gif" width="1" height="536" border="0" alt="" /></td>
</tr>
</table><br />
<map id="sidebar" name="sidebar">
<area shape="rect" coords="190,231,339,265" onmouseover="this.src='ab_ro.jpg'"
onmouseout="this.src='ab_ro.jpg'" href="aboutus.html" alt="about us" target="info_area" />
<area shape="rect" coords="190,265,339,302" onmouseover="this.src='faq_ro.jpg'"
onmouseout="this.src='faq_ro.jpg'" href="aboutus.html" alt="faqs" target="info_area" />
<area shape="rect" coords="190,302,339,341" onmouseover="this.src='cu_ro.jpg'"
onmouseout="this.src='cu_ro.jpg'" href="aboutus.html" alt="contact" target="info_area" />
<area shape="rect" coords="171,460,267,495" onmouseover="this.src='p_ro.jpg'"
onmouseout="this.src='p_ro.jpg'" href="aboutus.html" alt="parts" target="info_area" />
</map>