display : none | inline | block | inline-block | list-item | run-in | compact | marker | table | inline-table | table-row-group | table-header-group | tablefooter-group | table-row | table-column-group | table-column | table-cell | table-caption;
display: none; is used to make invisibile an element, removing it completely from page layout (visibility style is similar, but it does not remove the element from layout). Cannot be overridden on th descendants.
display: inline; is used to transform block elements to inline elements, for example to horizontally arrange list items.
display: block; is used to transform inline elements to block elements, for example to avoid mysterious gap problem (TODO : insert here link to E. Meyer article).
position : static | relative | absolute | fixed;
P: IE4+ NS4+ S: NS7+ O5+ Gecko
top : length | percentage | auto;
P: IE4+ MacIE4 B: NS4 S: IE5.5+ MacIE5 NS6+ O5+ Gecko
right : length | percentage | auto;
S: IE5.5+ MacIE5 NS6+ O5+ Gecko
bottom : length | percentage | auto;
S: IE5.5+ MacIE5 NS6+ O5+ Gecko
left : length | percentage | auto;
P: IE4+ MacIE4 B: NS4 S: IE5.5+ MacIE5 NS6+ O5+ Gecko
float : left | right | none;
B: IE4+ MacIE4 B: NS4 S: IE5.5+ MacIE5 NS6+ O3.5+ Gecko
clear : none | left | right | both;
B: IE4 MacIE4 B: NS4 S: IE5+ MacIE5 NS6+ O5+ Gecko
z-index : auto | integer;
S: All
direction : ltr | rtl;
unicode-bidi : normal | embed | bidi-override;
Page last modified 12:44, 10 Aug 2005 by Nickolay