Hi,
.container div
{ display:inline; /* für MSIE */
display:inline-block;
width:10em;}Ich dachte, inline-block funtkioniert im IE6 und 7 nur, wenn die Default-Display-Eigenschaft bereits inline ist:
"In IE 6 and 7 inline-block works only on elements that have a natural display: inline."
Wofür das inline m.W. in einer separaten, vorhergehenden Regel notiert sein muss.
Ja. Aber nichts hindert MSIE daran, die Elemente mit display:inline darzustellen.
Daran, dafür auch die width-Angabe umzusetzen, sollte ihn aber der standards compliant mode hindern.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]