Closed
Bug 379980
Opened 19 years ago
Closed 19 years ago
Positioned div with padding makes link in other positioned div below it not work
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 102695
People
(Reporter: timonchristl, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
730 bytes,
text/html
|
Details |
I have two divs, one with position:absolute, and one with position:relative and padding-top:20px. In the first div there is a link. This link does not work, there are no hovering effects (no hand cursor) and it cannot be clicked. It seems to receive no mouse events at all. If I remove one of the position style rules, the link works again.
It seems that the padding area of the second div is not transparent to events in this particular situation.
In IE7 and Opera 9.2 this works as I would expect, the link can be clicked.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Attaching a simple test case.
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Please don't file layout bugs as NEW in Firefox::General.
Product: Firefox → Core
QA Contact: general → general
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•