Difference between revisions of "CSS GUIDE LEFT"

From CDOT Wiki
Jump to: navigation, search
(Summary)
(Syntax)
Line 16: Line 16:
  
 
== Syntax ==
 
== Syntax ==
+
<pre>
 +
TARGET_ELEMENT{left: inhert !important}
 +
TARGET_ELEMENT{left: auto}
 +
TARGET_ELEMENT{left: 20%}
 +
TARGET_ELEMENT{left: 20px}
 +
</pre>
 +
 
 
== Legal Values ==
 
== Legal Values ==
  

Revision as of 23:19, 11 December 2006

This document is a work in progress and is subject to change.

Summary

The left property is used to horizontally offset from the left edge of an element.

Applicability:The left property can be used for all CSS elements.
Media Group: Visual
Inherited:No

Syntax

TARGET_ELEMENT{left: inhert !important}
TARGET_ELEMENT{left: auto}
TARGET_ELEMENT{left: 20%}
TARGET_ELEMENT{left: 20px}

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also