Hey Gollum,
Thanks for the tip, but I still can't seem to get the desired results.
GollumX wrote:
Try the following:
Give the container div an id, then use css to position it like so:
div#container {
margin: 0 auto;
width: 1200px;
}
That gives me the same results? I have added in the code at
http://monsterworldrecord.org/index-1024.html
still looks big when viewed with 1024. If I do resize the image I still loose the co-ordinates for the imagemap.
div#monster {
margin: 0 auto;
width: 1200px;
}
<div id="monster"
<img src="images/fg1200x600.jpg" width="100%" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="244,513,380,575" href="http://www.ducati.com/ducatiworld/clubs/home.jsp" target="_blank" alt="Desmo Owners Club" />
<area shape="rect" coords="105,538,221,553" href="http://monsterworldrecord.org/index.php" target="_self" alt="enter here" />
</map>
</div>
It looks fine using 1200, but I would like the image and the image map to resize to 1024 if needed.