Click to See Complete Forum and Search --> : Seeing the the mapped area of an image map


amrigo
07-10-2006, 12:53 PM
hi

I am doing a map manually and i would like to know how can i see visually
where i am mapping

I try to use style="color: black " inside the area tag but i still did not see any visual element to help me identify the mapped area

Thankīs in advance

dthurman1432
07-10-2006, 01:10 PM
You should be able to add border="1" in the <img usemap> tag

amrigo
07-10-2006, 01:28 PM
yes i try it but it show a bnorder in the entire image i would like to recognize just the mapped areas i am using polygn shape

ray326
07-10-2006, 08:25 PM
Have you tried borders on anchors?

amrigo
07-12-2006, 08:04 AM
Do you mean:

<area shape="poly" coords="107,138,99,142,93,148,89,155" alt="ABC" href="index.html" border="4" style="border: 1px solid red"/>

this donīt work ...

gil davis
07-12-2006, 08:17 AM
I don't know if this will work:

<area ... onmouseover="this.focus()">

but if it does, there should be a dotted line around the area.

amrigo
07-13-2006, 07:24 AM
Yes it work for me now i can code image maps without an external editor ...

Thankīs a lot