Closed
Bug 122622
Opened 23 years ago
Closed 23 years ago
<form> element ignores CSS2 display:inline
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: devon.miller2, Assigned: dbaron)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122106
Form buttons 1 and 2 are "display:block" (the default).
Form buttons 3 and 4 are "display:inline".
Mozilla 0.9.7 is not honoring the display:inline style.
IE 5.5 and Bradbury TopStylePro 2.5 display this correctly.
Reproducible: Always
Steps to Reproduce:
1. Display the URL
Actual Results: 4 buttons, each on a separate line
Button1
Button2
Button3
Button4
Expected Results: 3 lines as follows:
Button1
Button2
Button3 Button4
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 44470 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•