• Tools
  • Articles
  • Q&A
  • Login
0 0

IE7不支持 box-sizing: border-box?


我的网站里所有的盒子模型选择的是 border-box ,但是IE7下表现很糟糕。
有没有什么快速简单的办法让IE7支持border-box?

HTML css internet-explorer

10 years, 10 months ago
凤凰院伦太郎

凤凰院伦太郎


share
凤凰院伦太郎 10 years, 10 months ago

Answers

0

两个办法:

  1. 再增加一层不指定宽度的 block 元素
  2. 使用 https://github.com/Schepp/box-sizing-polyfill 这个 polyfill
answered 10 years, 10 months ago
凤凰院伦太郎

这不是坑爹么


share
这不是坑爹么 answered 10 years, 10 months ago

Your Answer

Ask Question
Related questions

在IE678下用什么方法解决伪类last-child?

怎样克服IE下添加filter滤镜后微软雅黑中文字体发虚的现象?

为什么IE下<button>中的<span>显示不完全?

在不改变html的情况下,如何只用CSS将背景挤压成一条线,文字在上面显示

QQ和UC浏览器低版本不支持inline-block属性问题?

web前端关于拿到设计稿的尺寸问题?

Related posts

MDX和MDD文件格式分析和操作