Forum Moderators: open

Message Too Old, No Replies

are image maps xhtml complient?

         

gBay

10:29 am on Apr 14, 2005 (gmt 0)

10+ Year Member



hi all,
are image maps complient with xhtml? im going to try and use the xhtml strict dtd.
thanks
- G

BlobFisk

11:44 am on Apr 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi gBay.

They are indeed! For example:

<p><map name="mymap" id="mymap">
<area shape="rect" coords="50,50,50,50" href="link.html" alt="Alt Text" />
</map>
<img src="path/to/image.gif" usemap="#mymap" ismap="ismap" alt="Alt Text" /></p>

HTH

girish

12:14 am on Apr 15, 2005 (gmt 0)

10+ Year Member



they are valid in xhtml 1 strict. however in xhtml 1.1 they are not.