Closed
Bug 761
Opened 26 years ago
Closed 26 years ago
CSS "width" not interpreted correctly.
Categories
(MozillaClassic Graveyard :: Layout, defect, P2)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: braden, Assigned: harishd)
References
()
Details
The "width" property should specify the "content width". This is the space
*between* the left and right padding. So, if the width is 40, and the padding
on each side is 10, the width of the [content width] + [padding] would be 60.
Please refer to the example. It specifies a with of 400px, but Mozilla renders
it with a width of only ~240 pixels.
Updated•26 years ago
|
Assignee: toshok → harishd
Comment 1•26 years ago
|
||
Reassigning bug to harish and adding it to the TOP 10 list. Harish, bug 715,
that you had earlier is not a valid CSS bug because the align style rule is not
defined in CSS-1. I am replacing that bug with this one.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 2•26 years ago
|
||
Old bug, old codebase. Marking won't fix. Re-open if I am incorrect.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•