Hi Alan,

> Hello Theirry,
> 
> It seems that zoom does something in IE7- which I do not understand.
> Can anyone explain? This would mean using something like this.
> 
> 
> li {display: -moz-inline-block; display: inline-block; width:100px;}
> *+html li {display: inline; zoom: 1;} /* IE7 */
> * html li {display: inline; zoom: 1;} /* IE6 */

Philippe already explained why zoom works while height or width wouldn't.
But, I'd like to say that the above rules could be replaced with a simple,
much shorter:

li {*display: inline; zoom: 1;}

Imho, there is no need for the *+html and * html hacks as zoom will not
validate anyway.

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

______________________________________________________________________
css-discuss [[email protected]]
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