老師為什么我的文字沒(méi)垂直居中,反而偏下
.nav_left,.nav_mid,.nav_right
{
??? height:40px;
?? ?float:left;
}
.nav_mid_left
{
??? width:680px;
}
.nav_mid_left li
{
??? float:left;
?? ?list-style-type:none;
?? ?width:100px;
?? ?text-align:center;
?? ?line-height:40px;
}
2015-09-24
變更如下
.nav_mid_left li
{
??? float:left;
?? ?list-style-type:none;
?? ?width:100px;
?? ?text-align:center;
?? ?line-height:40px;
????height:40px;
}