Difference between revisions of "CSS GUIDE LEFT"

From CDOT Wiki
Jump to: navigation, search
(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 23:15, 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

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also