CSS Bottom Property

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

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

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

Inherited? - NO!

Comments: [0]

© Brugbart Webdesign