Help with mapping

liunx

Guest
Could someone please help me out. I am familiar enough with mapping in html, but what I am trying to do is allow the coordinates to stay proportioned when I adjust the image to auto-stretch using height="100%" & width="100%" for the map image, using all of the browser's available white space. If I use the auto-adjust for height and width, the coordinates for the section of the map remain the same, however I need them to adjust automatically to what ever the size change may be. I am not sure if code alone can do this or I need some sort of plug-in. Any help is greatly appreciated. Thank you. Here is some of my code so far:<br />
<br />
<body><br />
<br />
<map name="map1" id="map1"><br />
<br />
<area shape="rect"<br />
coords="10,28,94,174"<br />
href=http://www.htmlforums.com/archive/index.php/"Preview_Rocky.html"<br />
alt="Rocky Trailer"<br />
title="Rocky"/><br />
<br />
</map><br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"Ticket_Booth_Good.jpg"<br />
height="100%"<br />
width="100%"<br />
align="center"<br />
alt="Movie Selection"<br />
usemap="#map1"<br />
border="0"/><!--content-->no possible.<br />
<br />
that is what coords are for, they specify a region or part of the image. if you stretch that image then the region is gone that you wanted to be link.<!--content-->I'll make u one email me with ur image<br />
<br />
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><!--content-->Why do you dig up old threads with an image map related topic, rmunky??<!--content-->
 
Back
Top