> > li { display: inline-block; width:100px;}
> > *+html li { display: inline;} /* IE7 */
> > * html li { display: inline;} /* IE6 */
> 
> Yeah, I'm aware of that page, and it _should_ always work - display:
> inline-block sets the 'hasLayout' flag, and that flag is not / cannot
> be reset by the subsequent 'display: inline' [1].
> However, a couple of times I've seen IE 7 refuse to play along, and
> adding 'zoom:1' for IE 7 (and 6) was the only way to force it to
> comply.

I ran into the same issue in the past. zoom:1 was the only way to make
things work.


--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to