Closed Bug 59448 Opened 24 years ago Closed 24 years ago

mozilla does not correctly render <hr> tag

Categories

(Core :: Layout: Tables, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 45621

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
-> 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
Dup. *** This bug has been marked as a duplicate of 45621 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
QA contact update
QA Contact: chrisd → amar
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.