Closed Bug 296932 Opened 20 years ago Closed 19 years ago

Imagemap ist not working due to CSS issue

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dietmar.rietsch, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

The Imagemap on http://intersportrent.artindustrial.com/static/ in not working
correctly. This seems to be a problem with the absolutely (CSS) positioned
parent image.

The parent image, the imagemap is attached to, is positioned absolutely with the
following css definitions:

position:absolute; 
left:62px; 
top:-75px; 
width:424px; 
height:114px; 
z-index:10;

It seems that just the -75 pixels, that are defined in the style sheet are not
clickable in the imagemap.

Reproducible: Always

Steps to Reproduce:
1. Go to http://intersportrent.artindustrial.com/static/
2. Try to click on the main navigation (three big dots)
3. The lower part of the dots are clickable but the upper parts are not.

Actual Results:  
The imagemap is not fully working.

Expected Results:  
The imagemap should be working fully.
There must be a css/html error in that page.
I recreated a simplified testcase and it works fine
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050831
Firefox/1.0+ ID:2005083106

WFM
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.