Changes

Jump to: navigation, search

CSS GUIDE LEFT

1,105 bytes added, 00:56, 12 December 2006
See Also
<table border="0">
<tr>
<td><b>Applicability:</b></td><td>The left property can be used for all CSS positioned elements.<td>
</tr>
<tr>
<tr>
<td><b>Inherited:</b></td><td>No</td>
</tr>
<tr>
<td><b>Default Value:</b></td><td>auto</td>
</tr>
</table>
== Legal Values ==
<table border="1" cellspacing="52" cellpadding="15">
<tr>
<th align="left">Value</th><th align="left">Description</th>
== Usage Examples ==
<pre>
p{
position: absolute;
left: 20px
}
 
img{
position: absolute;
left: 15%
}
 
div{
position: absolute;
left: auto
}
</pre>
== Notes ==
When left property is used with the position property, if the position property has a value of "static", the left property has no effect on the element.
== Specification Conformance ==
*CSS 1
*[http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-left CSS 2.1]
*CSS 3
== Browser Compatibility ==
* Netscape 4, 6, 7
* Mozilla 1
* Firefox 1, 2
* Internet Explorer 4, 5, 6
== See Also ==
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_RIGHT right property]
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_BOTTOM bottom property]
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_TOP top property]
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_OVERFLOW overflow property]
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_POSITION position property]
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_VERTICAL_ALIGN vertical-align property]
* [http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_Z_INDEX z-index property]
1
edit

Navigation menu