Closed
Bug 48589
Opened 25 years ago
Closed 24 years ago
doesn't honor style display:inline
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
mozilla1.1alpha
People
(Reporter: thomasc, Assigned: karnaze)
Details
(Keywords: testcase)
Attachments
(2 files)
we have a need to place multiple tables in a row.
to do this, the style sheet display element should be set to 'inline'
this appears to not change the layout when using mozilla however
the other browsers we've tested it does work.
<table
style="display:inline">
<input type=image src=....
</table>
repeat above a few times and then bring page up..
they go down as if display is still set to 'block'
Comment 3•25 years ago
|
||
Its worse than in the original description under WinNT only the third table is
displayed. NN4.6 draws all tables in a row, and there is one browser that does
the job correctly (IE5)
Comment 4•25 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Moving to m1.1
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1
Comment 7•24 years ago
|
||
Shouldn't the correct CSS be
'display:inline-table'?
Anyway, this sounds like a dupe to 18217.
*** This bug has been marked as a duplicate of 18217 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•