导航在IE中看起来不正确(CSS问题?)

时间:2011-01-18 12:34:08

标签: html css internet-explorer

有人可以告诉我为什么导航(关于,雪区,状况警报)在IE中不起作用吗?

http://snow.solspot.com/conditions/north-america/us-east/vermont/okemo/

我一直试图解决这个问题好几天......

谢谢!

2 个答案:

答案 0 :(得分:3)

在你的<a id="dd1" style="width: 170px;">上,这种内联风格正在创造元素之间的巨大差距。我在IE8的开发者工具中删除了它,它看起来与它在Chrome中的显示方式类似。

从每个链接的内联样式中删除此宽度。:)

答案 1 :(得分:0)

你知道IE上的这个错误吗?

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR
2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2) Timestamp: Wed, 19 Jan 2011 04:52:03 UTC


Message: 'this.tabs[...]' is null or not an object Line: 26 Char: 4 Code: 0 URI: http://snow.solspot.com/wp-content/themes/solspot_snow/js/mootools-tabs.js


Message: Object doesn't support this property or method Line: 3086 Char: 3 Code: 0 URI: http://snow.solspot.com/wp-content/themes/solspot_snow/js/mootools-1.2.4-core.js


Message: Object expected
Line: 61
Char: 1
Code: 0
URI: http://snow.solspot.com/

请检查。也许它会指出你如何解决它的正确方向。