|
|
 Display
Set the display style. For example, to hide an element, set the display style to "none".
| |
 Overflow
Set the overflow style to specify what to do if the contents overflow the containing element.
| |
 Float
This can float an element to the left or to the right within text so as to make text flow around an element. This is also used in turning a list to a horizontal navigation bar.
| |
 Clear
This will keep an element from floating to the left or to the right or both.
| |
 Width
Set the width of an element.
| |
 Height
Set the height of an element.
| |
 Padding
Set the padding of an element. Padding is the space between the contents and the edges of an element.
| |
 Margin
Set the margin of an element. Margin is the space between an element and it's containing element.
| |
|
|