CSS Left Property

Posted The: 02/06/2008 At: 4:48

Last Edited: 15/08/2008 At: 18:49

The left Property of CSS is used in conjunction with CSS position, to position elements.

Possible Values

Read: Units of Measurement, to understand the many possible values.

Example:

#Basement {
  position: relative;
  left: 10em;
}

Inherited? - NO!

Comments: [0]

© Brugbart Webdesign