2010-05-13 82 views

回答

1

您可以從最後li背景顏色移到.box和刪除邊框底部:

.box { 
    background-color: #E6E6E6; 
} 

#vmenu li:last-child a { 
    border-bottom: none; 
} 

在一個側面說明,你不需要周圍div,只需添加.box類到ul

+0

就是這樣。謝謝! – herrherr 2010-05-13 14:34:05