日期:2014-05-16 浏览次数:20559 次
ul.menu{
display: none;
position: absolute;
width: 200px;
text-align: left;
border: 1px solid #000;
background-color: #fff;
list-style: none;
z-index: 9999;
}
ul.menu table{
vertical-align: top;
line-height:18;
font-size: 9pt;
border-top: 1px solid #000;
line-height: 18px;
list-style:none;
padding-left: 20px;
overflow-y: visible;
cursor: pointer;
border: 0;
}
ul.menu table tr{
vertical-align: top;
font-size: 9pt;
border-top: 0px solid #000;
list-style:none;
padding-left: 2px;
padding-top: 0px;
background-color: #ADD8E6;
cursor: pointer;
border: 0;
}
ul.menu table td{
vertical-align: top;
line-height:18;
font-size: 9pt;
border-top: 0px solid #000;
line-height: 18px;
list-style:none;
padding-left: 2px;
padding-top: 0px;
background-color: #ADD8E6;
overflow-y: visible;
cursor: pointer;
border: 0;
}
ul.menu table caption{
font-size: 9pt;
background-color: #ADD8E6;
border: 0;
}
ul.menu table td{
vertical-align: top;
line-height:18; //你这里用了两个line-height是个什么意思啊。
font-size: 9pt;
border-top: 0px solid #000;
line-height: 18px; //不带单位和带单位的line-height可是天差地别的,注意
list-style:none;
padding-left: 2px;
padding-top: 0px;
background-color: #ADD8E6;
overflow-y: visible;
cursor: pointer;
border: 0;
}