CSS Min-height Property

Posted The: 02/06/2008 At: 6:11

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

The CSS min-height Property is used to set the minimum height for elements, this may be recommended in some layouts.

Possible Values

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

Example:

#Basement {
  min-height: 50px;
}

Inherited? - NO!

Comments: [0]

© Brugbart Webdesign