I'm having problems validating my page which is using imagemapster.
Error Line 326, Column 39: there is no attribute "name"
<area name="slice-1" shape="poly" coords="24…
But if I remove name the imagemap no longer works!
.
See the vegetable demo:
If I delete redpepper then if doesn't work
<area shape="poly" name="redpepper"
So how do I get imagemappster to work and validate on my page?
ps my doctype is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >