Closed
Bug 715
Opened 27 years ago
Closed
CSS: align=center on HR causes text above it to be centered
Categories
(MozillaClassic Graveyard :: Layout, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jcarpenter0524, Assigned: harishd)
References
()
Details
Strange, but true the following code causes the text above the <HR> to be
centered:
<HTML><HEAD><TITLE>CSS complex tests</TITLE>
<STYLE type="text/css">
HR {align: center}
</STYLE></HEAD>
<BODY>
<BR>Horizontal Rule below this text. (This text should not be centered.)
<HR>
</BODY></HTML>
Reporter | ||
Comment 1•27 years ago
|
||
Updated location of URL
The same failure happens on Unix and MAC. Changed platform to All.
Comment 3•27 years ago
|
||
Move david william's bugs to harishd. He should be starting 7/13/1998
Comment 4•27 years ago
|
||
I'm getting of all bugs to be fixed in 5.0 off the Nova radar. We'll revisit
them later. --- Marek
Comment 5•27 years ago
|
||
This bug should not have been "resolved remind" since it is an active bug for
5.0; reopen
Comment 6•27 years ago
|
||
Setting priority to P1...
Reporter | ||
Comment 7•26 years ago
|
||
verified fixt!
1-6 build
WinNT and Win98
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•26 years ago
|
||
verified fixt!
1-6 build
WinNT and Win98
You need to log in
before you can comment on or make changes to this bug.
Description
•