Difference between revisions of "CSS GUIDE LEFT"
(→Summary) |
|||
Line 2: | Line 2: | ||
== Summary == | == Summary == | ||
The left property is used to horizontally offset from the left edge of an element. | The left property is used to horizontally offset from the left edge of an element. | ||
+ | <table border="0"> | ||
+ | <tr> | ||
+ | <td><b>Applicability:</b></td><td>The left property can be used for all CSS elements.<td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group:]</b> | ||
+ | </td><td>Visual</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><b>Inherited:</b></td><td>No</td> | ||
+ | </tr> | ||
+ | </table> | ||
== Syntax == | == Syntax == |
Revision as of 22:15, 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 |