- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 12 Jul 2004 17:28:28 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=817
gohankid7_7@yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From gohankid7_7@yahoo.com 2004-07-12 13:28 -------
The "#" is not supposed to be used. Mozilla 1.7 correctly uses the image map.
Here is a sample piece of code:
<img style="border-width:0px" src="packages.jpg" alt="packages" usemap="doodles" />
and later:
<map id="doodles">
<area shape="rect" alt="Package 58" coords="290,75,310,95" href="doodle.html" />
<area shape="rect" alt="Hyman Stadium" coords="69,10,215,42" href="doodle2.html" />
</map>
This works in Mozilla, but not IE. I had the same problem.
Signed,
gohankid77
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Monday, 12 July 2004 13:28:28 UTC