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.
可能重复: ie7 中的 box-sizing 支持
box-sizing:border-box;在 IE6 和 IE7 中有什么技巧可以使用吗?或者至少在 IE7 中..
box-sizing:border-box;
是的,当然,您可以将它用于 IE6、IE7
box-sizing-polyfill
在你的 CSS
box-sizing: border-box; *behavior: url('boxsizing.htc');
很抱歉让你失望了。它可以在 Internet Explorer 8 及更高版本上运行,你必须找到一个工作区。最有可能与宽度和填充...
关于盒子尺寸的文章