Closed
Bug 88184
Opened 23 years ago
Closed 23 years ago
page is *really* wide
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: bugzilla, Assigned: karnaze)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
The page:
http://www.google.com/options/toolbar.html
layouts as being really really wide in Mozilla.
Both in IE and Netscape 4x it's normal width.
Build 20010627
Maybe it's not a dupe, in the source there is no <hr> inside a <ul> as was
stressed in bug 87543.
win95, build 2001062704
Comment 3•23 years ago
|
||
I have the url reduced to the following testcase:
<html>
<body>
<table width="95%">
<tr>
<td>
<div style="padding:3pt;">
<hr>
</div>
</td>
</tr>
</table>
</body>
</html>
Comment 4•23 years ago
|
||
Comment 7•23 years ago
|
||
This appears to be a regression since 0.9, because version 0.9 (2001050515)
renders the page and the testcase consistently with the way IE 5.5 renders them.
Comment 8•23 years ago
|
||
I'm duping this to bug 87543 after all, based on comments in that bug -- the fix
proposed by lasse@lama.no takes care this bug as well.
*** This bug has been marked as a duplicate of 87543 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•