Closed
Bug 162901
Opened 23 years ago
Closed 23 years ago
Imagemap-based links do nothing
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 162149
People
(Reporter: alex, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020812
BuildID: 2002081209
On this page, the imagemap-based links do nothing.
Reproducible: Always
Steps to Reproduce:
1. Load the page
2. Try to click on "FAQs", for instance.
Actual Results: Nothing
Expected Results: Link is loaded
The page works in Aieee (but that doesn't say much). The relevant code is here:
--- begin code ---
<img id=Picture3 height=163 src="images/hellmanns/home_images/nav_left.gif"
width=349 useMap=index.asp#map2 border=0><map NAME="map2"><area SHAPE="POLY" ALT
="" COORDS="93,135,165,105,172,123,100,152,94,135" HREF="ourproducts.asp"
><area SHAPE="POLY" ALT =""
COORDS="174,101,214,88,220,105,180,119,175,101" HREF="faqs.asp"
><!--<area SHAPE="POLY" ALT =""
COORDS="220,84,290,64,297,81,225,101,221,85" HREF="pressroom.asp"
>--><area SHAPE="POLY" ALT =""
COORDS="305,59,346,51,349,68,308,78,305,61" HREF="history.asp"
></map>
--- end code ---
And, no, it wouldn't surprise me if this ends up being an Evangelism issue ;).
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 162149 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: petersen → moied
You need to log in
before you can comment on or make changes to this bug.
Description
•