Imagemaps (XHTML 1.1)

Marks

Data Center Specialist
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?
 
Last edited:
Just an update as I decided to attempt to try this again, and I finally did it through CSS, in a strange way horray.
 
Back
Top