Closed
Bug 136009
Opened 23 years ago
Closed 23 years ago
Forgot important specification of previous bug regarding <label>
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 136006
People
(Reporter: heff, Assigned: rods)
Details
I just submitted a "bug?" that Netcape 6.2 doesn't seem to display input
fields when preceded by <label>. I stupidly forgot to point out that it
the "bug?" occurs when you set the labels as block level elements in your CSS.
So, setting:
label { display: block; }
makes the asscociated input fields disappear, and their space collapses.
Also, in the code i posted, I forgot to remove my comment delimiters which i
was using for testing. sorry...
In these cases: Please file the comment in the original bug.
(I'll paste it there now)
*** This bug has been marked as a duplicate of 136006 ***
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
•