View Full Version : Imap (Dreamweaver) not working in IE6


vadimo
02-12-2007, 02:27 PM
having weird problem mapping with Dreamweaver,

the links just don't work at all in IE but Fire Fox works fine, haven't seen anyone having this problem (i did use search before starting this thread).

Here is the code with two imaps which are placed in div, any help would be appreciated.

<div id="content">

<img src="images/main.jpg" alt="Will Haven mainpage image is temporary unavailable." width="666" height="600" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="411,250,449,262" href="media.htm" target="_parent">
<area shape="rect" coords="428,264,501,276" href="guestbook.htm" target="_parent">
<area shape="rect" coords="187,266,226,283" href="mainpage_news.htm" target="_parent">
<area shape="rect" coords="461,245,495,257" href="tour.htm" target="_parent">
<area shape="rect" coords="315,255,398,268" href="discography.htm" target="_parent">
<area shape="rect" coords="375,270,417,282" href="board.htm" target="_parent">
<area shape="rect" coords="265,279,304,291" href="links.htm" target="_parent">
<area shape="rect" coords="237,262,306,276" href="biography.htm" target="_parent">
<area shape="rect" coords="313,274,365,286" href="credits.htm" target="_parent">
<area shape="rect" coords="191,285,254,298" href="personal.htm" target="_parent">
</map>

<center>
<img src="images/design_vadimo.gif" alt="Will Haven mainpage image is temporary unavailable." width="152" height="39" border="0" usemap="#Map2">
<map name="Map2">
<area shape="rect" coords="85,2,150,25" href="http://www.vadimoworld.co.uk/" target="_blank">
</map>
</center>

</div>

vadimo
02-12-2007, 04:11 PM
wohh after under 2 hours fiddling about i found the cause and fix.

it was one of the CSS div properties that was overlaying the imap properties:
#textbox{
width:400px;
margin-top:-650px; - this was the cause
margin-left:705px;
}