我做左邊的一級菜單時,div 嵌套 ul li 鼠標懸浮時 li的高度自動的增加超過原來div設置的高度(設置height:auto) 現在想要的是 鼠標懸浮不出現拉伸的效果
#speGoods{
width:222px;
height:auto;
background-color:#CB1623;
position: relative;
}
#speGoods ul li{
width:210px;
height:31px;
line-height: 31px;
position: relative;
}
#speGoods{
width:222px;
height:auto;
background-color:#CB1623;
position: relative;
}
#speGoods ul li{
width:210px;
height:31px;
line-height: 31px;
position: relative;
}
2015-11-15