firefox菜单的不同行为

时间:2014-10-23 17:25:22

标签: html css

请检查以下链接 - 问题似乎与FireFox有关。这是绿色顶级菜单有什么不对。在chrome /即它是一行但在FF中最后2个链接在第二行 - 甚至通过我设置菜单尺寸。

http://www.cotea.cz/

任何想法我应该改变什么或我忽略了什么?

感谢您的建议

1 个答案:

答案 0 :(得分:0)

我认为这将解决问题

删除float

#main_menu a {
    border-right: 1px dotted #6F3B31;
    color: #69382E;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;//adjust line-height for mozilla
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase !important;
}