-2

在 XP 上,IE8 站点http://rweberjewelry.com/忽略样式。这是一个视频http://www.screenr.com/AeMH。它在 Win7 IE9 上运行良好。这始于我更新到 WP 3.5.2 和最新的主题版本。

问题 - 图片没有显示,字体很大,页面容器没有填满页面,只是整体忽略了大多数样式!

主题设计师说它在他们的浏览器模拟器上渲染得很好,并且“..在您的网络或计算机上还有其他东西在起作用。如果浏览器由于某种原因或类似原因被推入兼容模式。”

我有一个朋友检查她的电脑,它也有同样的问题。我阅读了添加以下内容的建议,但没有帮助: meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"

我检查了: IE>tools>compatibility mode> website is not listed and "display all Websites in compatible mode" 没有检查,撕纸图标没有显示在 URL 旁边,所以我不认为它处于兼容模式。

非常感谢您的任何想法。

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

<link rel="stylesheet" type="text/css" media="all" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/style.css" />
<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/css/grid.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/css/base.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/css/layout.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/css/slideshow.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/css/shortcodes.css" type="text/css" media="screen"/>

<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/js/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/js/projekktor/theme/style.css" type="text/css" media="screen"/>

<!-- plugin and theme output with wp_head() -->
<link rel='stylesheet' id='testimonials-widget-css'  href='http://www.rweberjewelry.com/wp-content/plugins/testimonials-widget/testimonials-widget.css?ver=3.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='avia-woocommerce-css-css'  href='http://www.rweberjewelry.com/wp-content/themes/propulsion/config-woocommerce/woocommerce-mod.css?ver=3.5.2' type='text/css' media='all' />

<!-- custom styles set at your backend-->
<style type='text/css' id='dynamic-styles'> 
        <!----a ton of stuff deleted  - too long ----->
</style>

<!-- google webfont font replacement -->
<link id="google_webfont_1" rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Cardo" />

<link rel="stylesheet" href="http://www.rweberjewelry.com/wp-content/themes/propulsion/css/custom.css" type="text/css" media="screen"/>

</head>
4

1 回答 1

0

您似乎有一些 IE8 无法像其他浏览器那样优雅地处理 HTML 问题。一些最严重的违规行为是 HTML 属性中的撇号,它会过早地结束属性。

W3C 验证器结果

于 2013-07-18T20:11:34.763 回答