1
edit
Changes
no edit summary
== Summary ==
This property is used to set the width of a given element.
Inherited: No
== Syntax ==
<pre>TARGET_ELEMENT{width:100%}</pre>
== Legal Values ==
% - Value specified as a percentage of the browser window.
length - Value specified as a length (i.e. px, cm or in)
auto - The browser will calculate and select a width for the specified element.
== Mozilla Recommended Values ==
== Usage Examples ==
<pre>table{width: 100%}</pre>
<pre>img{width: 200px}</pre>
<pre>form{width: auto}</pre>
== Notes ==
== Specification Conformance ==
== Browser Compatibility ==
== See Also ==
This property is used to set the width of a given element.
Inherited: No
== Syntax ==
<pre>TARGET_ELEMENT{width:100%}</pre>
== Legal Values ==
% - Value specified as a percentage of the browser window.
length - Value specified as a length (i.e. px, cm or in)
auto - The browser will calculate and select a width for the specified element.
== Mozilla Recommended Values ==
== Usage Examples ==
<pre>table{width: 100%}</pre>
<pre>img{width: 200px}</pre>
<pre>form{width: auto}</pre>
== Notes ==
== Specification Conformance ==
== Browser Compatibility ==
== See Also ==