A validator xhtml swoje:
Cytat
Line 21, column 48: character "#" is not allowed in the value of attribute "usemap"
<img src="top/banner.gif" alt="Główna" usemap="#mapa" />
Line 21, column 48: reference to non-existent ID "#mapa"
<img src="top/banner.gif" alt="Główna" usemap="#mapa" />
This error can be triggered by:
A non-existent input, select or textarea element
A missing id attribute
A typographical error in the id attribute
Try to check the spelling and case of the id you are referring to.
<img src="top/banner.gif" alt="Główna" usemap="#mapa" />
Line 21, column 48: reference to non-existent ID "#mapa"
<img src="top/banner.gif" alt="Główna" usemap="#mapa" />
This error can be triggered by:
A non-existent input, select or textarea element
A missing id attribute
A typographical error in the id attribute
Try to check the spelling and case of the id you are referring to.
Tylko że właśnie mapa działa tylko wtedy, kiedy jest # przed map. Co zrobić ?
