Ok,
I've encountered an issue with Imagemaps and XHTML 1.1, and hoping for a work around if anyone has one.
Two pieces of code:
1. <map id="link" name="link"> - W3 doesn't like the name attribute.
2. <a href="company.html" usemap="#link">Company</a> - W3 doesn't like the # in usemap. If you remove the # it still works fine in Internet Explorer but breaks in IE.
Is there actually a solution to this?
I've encountered an issue with Imagemaps and XHTML 1.1, and hoping for a work around if anyone has one.
Two pieces of code:
1. <map id="link" name="link"> - W3 doesn't like the name attribute.
2. <a href="company.html" usemap="#link">Company</a> - W3 doesn't like the # in usemap. If you remove the # it still works fine in Internet Explorer but breaks in IE.
Is there actually a solution to this?
Last edited: