| Property |
Description |
CSS |
| bottom |
Sets the bottom margin edge for a positioned box |
2 |
| clear |
Specifies which sides of an element where other floating elements are not allowed |
1 |
| clip |
Clips an absolutely positioned element |
2 |
| cursor |
Specifies the type of cursor to be displayed |
2 |
| display |
Specifies the type of box an element should generate |
1 |
| float |
Specifies whether or not a box should float |
1 |
| left |
Sets the left margin edge for a positioned box |
2 |
overflow
|
Specifies what happens if content overflows an element's
box |
2 |
| position |
Specifies the type of positioning for an element |
2 |
| right |
Sets the right margin edge for a positioned box |
2 |
| top |
Sets the top margin edge for a positioned box |
2 |
| visibility |
Specifies whether or not an element is visible |
2 |
| z-index |
Sets the stack order of an element |
2 |