CSS Top Property

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

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

The top 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;
  top: 1em;
}

Inherited? - NO!

Comments: [0]

© Brugbart Webdesign