Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在引导程序的重置部分有一个
.clearfix { *zoom: 1; }
请问*zoom和zoom有什么区别?
我很感激任何答案。
这是一个 css hack,这意味着它只适用于 ie7 及以下。你可以在这里得到详细信息:http ://www.webdevout.net/css-hacks#unrecommended-asterisk_prefix
http://en.wikipedia.org/wiki/CSS_filter#Star_hack
我认为这是为了修复 IE。