CSS Help
Classification Propertiess
| Property | Description | Values |
| clear | Sets the sides of an element where other elements are not allowed to be placed | none left right both |
| cursor | Determines the type of cursor used on the page | default auto url(link to location) crosshair pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help |
| display | Determines how an element is displayed | none inline block list-item run-in compact marker table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption |
| float | Sets where an image or text will appear in another element | none left right |
| position | Sets the position of an element | static relative absolute fixed |



