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.
我知道IE6-7有一个CSS 后备calc()。同样,我知道有一个 jQuery 替代品。
calc()
但是,对于 IE8 ,是否有仅 CSS 的后备?calc()如果是这样,它是什么?
你可以这样做
.content{ padding-right: 500px; width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }
演示http://jsfiddle.net/FYB4q/
IE 8 以上不支持动态属性
Internet Explorer 8 及更高版本、IE8 标准模式及更高版本不再支持动态属性(也称为“CSS 表达式”)。
资料来源:阅读本文