任何人都有显示解决方案:表和显示:IE6的表行?

时间:2012-07-26 12:41:16

标签: css internet-explorer

对于IE6,任何人都有display: tabledisplay: table-row的解决方案吗?

这是我的css代码:

.menu {
    display: table;
    width: 708px;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    z-index:99;
}

.menu li {
    display: table-cell;
    z-index: 9999;
}

.menu li a.mainnav{
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #000;
}

1 个答案:

答案 0 :(得分:0)

我可以找到两个可能的答案。

stackoverflow上有一个here

其他是一种肮脏的hack