Maybe a bug, maybe a strict adhereance to HTML coding regs, but if you miss the ‘#’ from an imagemap reference it won’t work in IE. I found this out the hard way. Eg:
- <IMG SRC=”someimage” ISMAP USEMAP=”#somemap”>
If you miss out the ‘#’, it won’t work in Internet Explorer, but it will work in Firefox et al.
Tags: Bug, ImageMap, Internet Explorer