Closed
Bug 277057
Opened 20 years ago
Closed 20 years ago
css table display rendering oddity
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: me, Assigned: bugzilla)
References
()
Details
This may or may not be correct behavior based on w3c stuff, but if I have
several tables in a div with a width specified on the div and the display on the
table set to inline (or inline-table) the rendering is different from IE. I am
not sure which is correct, but the desired result is the IE rendering (at least
for my needs :-D).
The css used in the screen shot above is
/* the container div */
.ArchetypeAnswersContainerR1 { border: 5px dashed navy; width: 500px; }
/* the inner tables - display: inline and display: inline-table do the same thing*/
.ArchetypeAnswerContainerR1 {
border: 2px solid yellow; background-color: green; width: 160px; display: inline;
}
Cheers,
You guys are doing great work :)
Comment 1•20 years ago
|
||
Mozilla does not support inline-table and, IIRC, IE supports inline wrong when applied to table markup. Please follow http://www.mozilla.org/quality/bug-writing-guidelines.html the next time. *** This bug has been marked as a duplicate of 18217 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•