Stylesheets Guide Reference 1
Block-level and Replaced Elements | ||
width | <selector>{width:<value>} | <length>, <percentage>, auto |
height | <selector>{height:<value>} | <length>, auto |
float | <selector>{float:<value>} | left, right |
clear | <selector>{clear:<value>} | none, left*, right* |
Position (CSS – P) | ||
Name of Property |
Rule syntax | Possible values |
position | <selector>{position:<value>} | absolute, relative |
top | <selector>{top:<value>} | <length>, <percentage>, auto |
left | <selector>{left:<value>} | <length>, <percentage>, auto |
visibility | <selector>{visibility:<value>} | hidden, visible, inherit |
z-index | <selector>{z-index:<value>} | <number>, auto |
overflow | <selector>{overflow:<value>} | visible, hidden, auto |
* = Not supported on IE 4/Mac ** = Buggy on IE 4/Mac ~ = Partially supported on IE 4/Mac ~~ = Partially supported on all 4 browsers $ = Shorthand Property |