Closed Bug 74094 Opened 23 years ago Closed 22 years ago

DIV Image inside table doesn't show up in the right place (not overlapping other cell)

Categories

(Core :: Layout: Tables, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.3beta

People

(Reporter: ajbu, Assigned: dbaron)

References

()

Details

Attachments

(1 file)

Windows 2000, build 2001032920

http://www.babywinkel.nl/Pages/Welcome.asp / http://www.babywinkel.nl

The image of the baby on this page top-right isn't positioned right.

On IE5 and NS476 the image 'overlaps' the cell under it.

Code of this cell:
<td valign="top" width="0%"><div class="toplayer"><img 
src="/Images/general/pixel.gif" width="81" height="1" alt="" border="0"><div 
class="babylayer"><a href="/Pages/Specialoffer.asp"><img 
src="/Images/general/baby.gif" width="81" height="102" alt="" 
border="0"></a></div></div></td>
From the stylesheet:



.toplayer {
	position : relative;
	left : 0;
	top : 0;
}
.babylayer {
	position : absolute;
	left : 0;
	top : 0;
}
Confirming issue in the April 3rd build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Confirming in todays W2K fresh pull. I've seen this on other pages as well, 
probably a dup. Over to block layout.
Assignee: karnaze → attinasi
Target Milestone: --- → mozilla1.0
Can this be related to bug 98916?
Target Milestone: mozilla1.0 → mozilla1.2
This is a tables bug.  The table cell sizes based on the out-of-flow content in
it, and it should not...
Assignee: attinasi → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → amar
it may be even a dupe of bug 172896
Depends on: 172896
Taking.
Assignee: karnaze → dbaron
Fixed by checkin of bug 172896.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: mozilla1.2alpha → mozilla1.3beta
*** Bug 96220 has been marked as a duplicate of this bug. ***
*** Bug 118940 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: