This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
IE is wrongly case sensitive about the usemap attribute of an image map. To change the map for an image in run time, you have to set the attribute "useMap", which is against the XHTML Strict standard. In a proper situation, you should set the "usemap" attribute.
Test page Workaround is included
Reported by: Pauli Ojanper�.
Explorer 5-6 Windows, Explorer Mac | Reported on 16 March 2005.
Posted by ppk on 17 March 2005
2I don't know. Did you try it? What happened?
Commenting guidelines:
Posted by Dan Nye on 17 March 2005
1Would adding the IE-only third parameter to the setAttribute command also be a workaround for this?
setAttriute('usemap', value, 0);
Dan