Closed
Bug 175880
Opened 22 years ago
Closed 22 years ago
Row heights don't work when using spacer images
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: bwnations, Assigned: karnaze)
Details
Attachments
(2 files, 1 obsolete file)
The browser displays the following code as 1 character high rather than 3 pixels.
<tr height="3"><td height="3"><img border="0" src="clear.gif" height="3"></td></tr>
I've seen it happen in Mozilla 1.0/Linux and Galeon 1.2.5/Linux. Rather than a
nice, thin spacer row, I get a big fat spacer row. the clear.gif file is 1x1
pixels and transparent.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Reporter | ||
Comment 3•22 years ago
|
||
whoops, I meant to type that the clear.gif image is 3x3 pixels
Comment 4•22 years ago
|
||
1.0 exhibits the bug, but 1.0.1 and current trunk are fine. please try a
recent build
please ensure that your bugs exist with recent builds before reporting them.
Attachment #103630 -
Attachment is obsolete: true
![]() |
||
Comment 5•22 years ago
|
||
We munged our standards mode to deal with this... the "buggy" rendering is in
fact correct; all that changed is that that doctype no longer triggers full
standards mode.
The url field of bug 22274 has a link to a nice article that explains what's up.
*** This bug has been marked as a duplicate of 22274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•