CSS: Centered and shrinked box without fixed width
All versions tested with IE5.5, IE6, IE7, IE8, FF1.5, FF2, FF3, Opera 9, Chrome 4
table short version (no xhtml validation)
Without a surrounding div you don't need to use css definitions to center,
but you aren't as flexible as with css definitions if you want to use the
same template with different css definitions.
|
display:table short version (no xhtml validation)
display:inline-block
FF1.5 and FF2 need the third div to unset "display:-moz-inline-box" or
all nested elements will float
display:inline-block with float:left div div
float:left with div div
Bug in IE5.5: outer div has to much height
-
float:left with ul li
Bug in IE5.5: outer div has to much height
display:table-cell (no xhtml validation)
Bug in IE8: strange border placement (the blue debug border)
align="center" is needed by FF1.5 and FF2