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.
我正在构建一个响应式站点,需要在 IE8+ 以及现代浏览器中运行。IE8 不是响应式浏览器,但某些元素会响应屏幕宽度。是否存在导致元素以这种方式响应的已知问题?
我的框架是基于百分比而不是基于像素的事实吗?
媒体查询在 IE 中不起作用,但百分比宽度会(在许多情况下)。
通常,我通过包含条件 ie.css 文件并为包含元素设置固定宽度来解决此问题。
<!--[if lt IE 9]> <link rel="stylesheet" href="css/ie.css"> <![endif]-->