IE兼容模式下排版错乱问题解决

在ie8下显示异常浏览器

然而在其余浏览器下是显示正常,解决办法是:强制IE 8在Internet Explorer标准模式下显示页面。。ui

在head中加入io

                <meta http-equiv="X-UA-Compatible" content="IE=8" />渲染

因为原先写的是:meta

                    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>im

            应用其余地方的内容参考区别以下:异常

            图1.0.0

                 即:img

IE=8
<meta http-equiv="X-UA-Compatible" content="IE=8" />
This forces IE 8 to display the page in Internet Explorer Standards mode.
(这将强制IE 8在Internet Explorer标准模式下显示页面。)

IE=EmulateIE8
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
This forces IE 8 to use the !DOCTYPE declaration in the page to determine the rendering mode.
这迫使IE 8在页面中使用!DOCTYPE声明来肯定渲染模式 (即根据DOCTYPE来肯定渲染模式)
相关文章
相关标签/搜索