Closed
Bug 86850
Opened 24 years ago
Closed 24 years ago
Link image is truncated by a:hover
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
mozilla1.1alpha
People
(Reporter: kazhik, Assigned: pierre)
References
Details
Attachments
(3 files)
Link image is truncated by a:hover.
**************************
<html>
<head>
<title>Mozilla Testcase(20 Jun 2001)</title>
<style type="text/css">
a:hover{
position:relative;
left:20px;
}
</style>
</head>
<body>
<a href="http://www.mozilla.org/">
<img src="http://www.mozilla.org/images/mozilla-banner.gif">
</a>
</body>
</html>
**************************
if the mouse pointer hovers over the banner image, it moves to the right
and truncated.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Set top:-3em on a:hover in the last one and see weird vibrating effects
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.9
Comment 6•24 years ago
|
||
Moving to mozilla1.1. Engineers are overloaded!
Target Milestone: mozilla0.9.9 → mozilla1.1
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
This problem seems to be rooted in the relative positioning of the image.
*** This bug has been marked as a duplicate of 79315 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•