CSS Layout Properties

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

Last Edited: 15/01/2009 At: 14:03

The Layout Properties are used to Layout your page, mainly such as the position of elements, or how they are displayed.

Overview

The Position Properties

  1. position
  2. top
  3. right
  4. bottom
  5. left

Using CSS Position is one of the best way to layout pages, it gives us much more control then using floats alone.

The Width and Height Properties

  1. width
  2. min-width
  3. max-width
  4. height
  5. min-height
  6. max-height

Its recommended to give percentage based layouts a min-width, and max-width. You can use our StyleSheet Selector, to allow your users to change the max-width.

Other

  1. display
  2. float
  3. clear
  4. overflow

Comments: [0]

© Brugbart Webdesign