Closed
Bug 59448
Opened 24 years ago
Closed 24 years ago
mozilla does not correctly render <hr> tag
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
People
(Reporter: cody, Assigned: karnaze)
References
()
Details
Between the text "Welcome to the Online Showroom" and the first large image on
the page, there should be rendered an <hr> element that spans the entire "black
framed area" IE, netscape 4.x, opera, and konquerer all render it as such, so I
assume it to be a bug with mozilla.
Checked with M18 and Nightly build from 11/6/00
Comment 1•24 years ago
|
||
-> HTMLTables
The 'nowrap' attribute (or 'white-space:pre' if CSS) is constraining the width
of the <hr>
<html><body>
<table border>
<tr><td nowrap> <!-- nowrap -->
HR is below this text.
<hr>
HR is above this text.
</td></tr>
</table>
</body></html>
Assignee: asa → karnaze
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
OS: Windows 2000 → All
QA Contact: doronr → chrisd
Hardware: PC → All
Comment 2•24 years ago
|
||
Dup.
*** This bug has been marked as a duplicate of 45621 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
Marking verified that the problem with <hr> tag was fixed
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•