2013-11-25 53 views

回答

2

虛線是設置在ul.art-hmenu>li:before僞元素上的背景圖像。

這裏是你想看看/刪除CSS:

ul.art-hmenu>li:before { 
    position: absolute; 
    display: block; 
    content: ' '; 
    top: 0; 
    left: -1px; 
    width: 1px; 
    height: 43px; 
    background: url('../images/menuseparator.png') center center no-repeat; 
}