Closed
Bug 27555
Opened 25 years ago
Closed 25 years ago
Table cells with %-width attributes should stretch proportionately
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: mdl, Assigned: karnaze)
References
()
Details
(Keywords: testcase, top100)
Attachments
(1 file)
The top navigation bar on the top of the page (the one with the tabs) are not
centred correctly. When viewed under ie or netscape 4.71, the tabs are
centred. When view with mozilla, the tabs are shifted to the right side.
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
This is a tables thing, and may be a duplicate of a known problem.
Comments from the attached testcase:
Compare the above two tables, mozilla to 4.x browser. Notice that
the center column of the top table is shifted to the right in mozilla,
relative to the position that it takes with 4.x. Essentially, the
pattern that leads to this behaviour is :
1) a 100% width containing table,
2) 3 columns each with an assigned percentage width (49%,2%,49% = 100%),
3) the center column contains a fixed width table --- this leads to an
unequal allocation of the surplus width between the first and third
columns (i.e., unbalanced width for left and right columns, even
though they "request" the same percentage allocation.)
Assignee: leger → karnaze
Component: Browser-General → HTMLTables
QA Contact: cbegle → chrisd
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M17
Comment 4•25 years ago
|
||
Taking the liberty to change the summary to something more descriptive.
Keywords: testcase
Summary: Navigation Bar Not centred correctly → Table cells with %-width attributes should stretch proportionately
Assignee | ||
Comment 6•25 years ago
|
||
This was fixed a few weeks ago and may be a dup of another bug.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•