Link to home
Start Free TrialLog in
Avatar of Dubs
Dubs

asked on

HTML Image Maps Area Border

Hi,

im trying to put together an image map- i found some code and used it and its worked but the only thing i can't see is where the areas of the image are... ive tried putting a border property in the tags im using but that doesn't work so ive run out of ideas...
<html>
<head>
</head><body>
 
 
<img src="map.gif" width="290" height="240"
alt="site" usemap="#site" border = "1"/>
 
<map id ="site" name="site">
<area shape ="rect" coords ="0,0,145,120"
onMouseOver="writeText('Building 2/20a')"
href ="http://electra/ibi_apps/WFServlet?IBIF_ex=asset_map.fex&IBIC_user=ifsapPreport&IBIC_pass=ISONLY&LOC=2/015" target ="_blank" alt="Building 2/20a" border = "1" backcolor="green"/>
 
</body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Emad Gawai
Emad Gawai
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dubs
Dubs

ASKER

nice although this hasn't given me a border to view its given me a work around.