CSS Layout Properties
The Layout Properties are used to Layout your page, mainly to control the position of elements, or how they are displayed.
Overview
The Position Properties
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
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.