February 2007
Internet Explorer 6 における CSS の拡張
by oqdbpo & 1 otherインライン 要素の width および height
SPAN、B、および I などのインライン 要素は、width や height プロパティをサポートしません。標準準拠モードを有効にして、インライン 要素の width や height プロパティを設定するには、インライン 要素の display プロパティを inline-block に設定します。
November 2006
IE/Win: inline-block and hasLayout
by marcoThe effect of display:inline-block on a HTML block element is simply to give it hasLayout, without making it to behave as inline-block
1
(2 marks)