Image map tag and browser compatibility?

admin

Administrator
Staff member
I'm curious if anyone knows how compatible the image map tag used in Dreamweaver is with older versions of browsers.<br />
<br />
Here is an example of the tag.<br />
<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"/images/banner.jpg" width="650" height="71" usemap="#Map" border="0"><br />
<br />
<map name="Map"><br />
<area shape="rect" coords="160,21,236,53" href=http://www.htmlforums.com/archive/index.php/"#"><br />
</map><br />
<br />
<br />
<br />
Also, I've seen some different "image map" codes so I'm also wondering if there is a better (more compatible) one.<br />
<br />
ANY insight on this would be great!<br />
<br />
Thanks!<!--content-->Image maps are older than Dreamweaver, so any Dreamweaver code will be 100% compatible.<br />
The syntax you supplied is the only syntax I've ever seen for image maps.<!--content-->
 
Back
Top