【发布时间】:2011-04-25 21:17:06
【问题描述】:
页面是here
请告诉我如何解决这个问题...
我知道Dean Edwards' IE7 javascript,但这可能有点矫枉过正,有没有针对我的问题的简单解决方法?
我试过了:
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="demo/css/ie6.css" media="all">
<![else]>
<link rel="stylesheet" type="text/css" href="demo/css/common.css" media="all">
<![endif]-->
但它不起作用,所以我将其替换为:
<!--[if lte IE 7]>
<style type="text/css">
...
</style>
<![endif]-->
目前我仍然遇到二级菜单问题,即here
【问题讨论】:
-
IE6 应该从地球上被驱逐出去 - UPGRADE!
-
升级只会让开发者无法为仍然停留在 IE6 上的客户和潜在客户测试和修复网站。
标签: html css internet-explorer-6 cross-browser