donishere
Programmer
- May 7, 2002
- 101
I'm trying to do a fairly simple client-side image map. The two rectangle areas are working fine but the DEFAULT area is not working.
Did browsers stop supporting DEFAULT in image maps?
Code:
<map name="map1" id="map1">
<area shape="rect" coords="107,72,168,90" href="[URL unfurl="true"]http://www.link1.com"[/URL] target="_blank" alt="1984">
<area shape="rect" coords="174,70,233,90" href="[URL unfurl="true"]http://www.link2.com"[/URL] target="_blank" alt="2002">
<area shape="default" href="/">
</map>
Did browsers stop supporting DEFAULT in image maps?