Difference between revisions of "CSS GUIDE LEFT"
(→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 22:19, 11 December 2006
This document is a work in progress and is subject to change.
Contents
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}