Changes

Jump to: navigation, search

CSS GUIDE LEFT

486 bytes added, 23:28, 11 December 2006
Legal Values
== Legal Values ==
<table border="1">
<tr>
<th>Value</th><th>Description</th>
</tr>
<tr>
<td>inherit</td><td>Explicitly sets the value to that of the parent</td>
</tr>
<tr>
<td>auto</td><td>Allows the browser to calculate the left position of the element</td>
</tr>
<tr>
<td>percentage</td><td>Sets the left position in a percentage from the left edge. Can be 0%-100%</td>
</tr>
<tr>
<td>length</td><td>Sets the left position in pixels (px), centimeters (cm), etc, from the left edge.</td>
</tr>
</table>
== Mozilla Recommended Values ==
1
edit

Navigation menu