March 2004
Intermediate to advanced
528 pages
16h 33m
English
width
This defines the width of an element’s content area, outside of which padding, borders, and margins are added. This property is ignored for inline nonreplaced elements. Negative length and percentage values are not permitted.
<length> | <percentage> | auto |
inherit
auto
block-level and replaced elements
no
refer to the width of the containing block
for auto and percentage values, as specified;
otherwise, an absolute length, unless the property does not apply to
the element (then auto)