display: table
IE6 用およびIE6用のソリューションを持っている人はいdisplay: 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;
}