html - TD 高地和探险家

标签 html css internet-explorer html-table

我知道这个问题已被问过一百万次,我已经尝试了我在此处找到的所有解决方案,但一无所获。

这是我的页面:http://www.osteriaalcason.it如您所见,如果您使用 Internet Explorer 打开它,所有菜单的间距完全错误。而不是使用 Firefox 或 Chrome,菜单会正确显示。

您应该能够直接从浏览器中看到页面的源代码,CSS 文件位于: http://www.osteriaalcason.it/rist.css 在哪里可以看到我最近的尝试:

.menu {
width:150px;
height:30px;
max-height:30px;
overflow: hidden;
font-size:1px;
}

.menu A:link{
text-decoration:none;
}

.menu A:visited{
text-decoration:none;
}

.menu A:active{
text-decoration:none;
}

 .menu A:hover{
text-decoration:none;
}

 .menu img{
max-height:30px;
border-style: none;
}

任何帮助将不胜感激,

最佳答案

I have change some html and it's working fine in IE also. 
You can check below jsfiddle.

DEMO

关于html - TD 高地和探险家,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15898800/

相关文章:

css - 帮助主题媒体维基

c# - 在 C# 中 Hook IE 事件

javascript - IE9输入类型文件获取二进制数据

javascript - 是什么触发了 ie 中对象标签的 onerror 事件处理程序?

html - 倾斜图像而不扭曲它

javascript - 仅以可见形式发送数据

javascript - 在 Canvas 中创建像动画一样嘈杂的混沌波

c# - 如何在 C# 中使用 Css 选择器定位 Web 元素列表

javascript - Animate.css 摇动不起作用

html - 调整浏览器大小时能否避免 float 元素移动?