Html ie8中的网站内容对齐

Html ie8中的网站内容对齐,html,Html,我在InternetExplorer8中面临网站内容(视频、图像、文本)对齐问题,但在InternetExplorer9中效果良好。我试过下面的代码,但还是一样 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" > 谢谢 找到了解决方案:-对我来说很好 是 <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" "&

我在InternetExplorer8中面临网站内容(视频、图像、文本)对齐问题,但在InternetExplorer9中效果良好。我试过下面的代码,但还是一样

 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" > 

谢谢

找到了解决方案:-对我来说很好

   <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" ">

您应该使用
edge
而不是使用
EmulateIE7
。这实际上会完全禁用兼容模式(除非使用开发人员工具访问),这通常会修复大多数问题


对于任何更具体的问题,都需要一个更具体的问题。

您的元标签让IE模仿IE7,您将模仿edge(最新)版本。改用
   <body>