Closed
Bug 200423
Opened 22 years ago
Closed 22 years ago
The table containing the calendar is not centered within its div, as specified in CSS
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: nilson, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
49.55 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401 Phoenix/0.5
There is a div containing a sidebar, which contains a div which contains a table
which contains a calendar. In CSS, I specified for the text-align of the
lowest-level div (containing table) to be center. The table is instead rendered
to the left of the div.
Reproducible: Always
Steps to Reproduce:
1.Go to the site
2.Look to the calendar
3.It should be centered within the sidebar and its div
Actual Results:
Table is rendered to the left
Expected Results:
rendered it in the center of the div element.
Reporter | ||
Comment 1•22 years ago
|
||
Nilson:
http://www.w3.org/TR/1998/REC-CSS2-19980512/text.html#alignment-prop
> This property describes how inline content of a block is aligned.
"table" element is not inline content. IE bug.
*** This bug has been marked as a duplicate of 49274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•