Click to See Complete Forum and Search --> : Problem with mapping!!!
shanuragu
07-23-2003, 02:04 AM
Hi
Is it possible to use more than one map in a web page??
(ie, mappping for two different images.)
Also how can I find out the co-ordinates on a page?? I am not been able to find out the co-ordinates for the mapping.
Is there any method to check the co-ordinates from where I can give mapping??? or can i set a border for mapping??
shara
gil davis
07-23-2003, 07:25 AM
Originally posted by shanuragu
Is it possible to use more than one map in a web page??
(ie, mappping for two different images.)Yes. Just give them different names.
Also how can I find out the co-ordinates on a page??You can use the onClick event in the AREA statement to get the coordinates for the mouse.
or can i set a border for mapping??Do you mean when you build a map? There are HTML editors like DreamWeaver that have functions to create a client-side map.
shanuragu
07-23-2003, 07:54 AM
HI
here is the code for mapping
<tr>
<td colspan="2"><img src="images/menu_support.gif" border="0" usemap="#Map1"></td>
</tr>
<map name="Map1">
<area shape="rect" coords="283,74,320,88" href="asp/orderstatus.asp" alt="Order Status">
<area shape="rect" coords="359,74,418,88" href="downloads.html" alt="DownLoads">
<area shape="rect" coords="452,74,496,88" href="technical.html." alt="Technical Help">
<area shape="rect" coords="539,74,596,88" href="support_faq.html" alt="FAQ">
</map>
No mapping is happening here. Why???
how can use onclick event here???
shara
gil davis
07-23-2003, 03:15 PM
Please post a link so we can see the image.
shanuragu
07-23-2003, 10:49 PM
that's alright, I managed to get the co-ordinates by opening the page in Front page.
thank you
shara