Closed
Bug 290680
Opened 21 years ago
Closed 21 years ago
Table inside cell of other table is not centered over css
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: vlevertov, Assigned: bugzilla)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Table is located in the cell of parent table.
Page use CSS for table TD element
If element style contains "text-align: center" definition, the subsediary table
is aligned left, instead of center.
Reproducible: Always
Steps to Reproduce:
1. Create table (parent) with wide data fields
2. Create table in the cell of parent table (daugter table) with narrow data fields
3. Dfine cell containing daughter table as <td align="center"
style="text-align:center">
Actual Results:
Daughter table is left algned in the cell.
Workaround:
enclode daughter table to <center></center>
Comment 3•21 years ago
|
||
Nope, text-align aligns text and only text.
Dup of 11384 or 49274 or just INVALID.
Comment 4•21 years ago
|
||
*** This bug has been marked as a duplicate of 49274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•