2016-11-26 42 views
0

我有這個導航欄,當我在標籤徘徊的結果是: when hover on我如何隱藏線下的線?

我儘量做到這樣,但我不能: i need like this pic

。下面類

menu-large-hover { 
    position: static !important; 
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    border-bottom: none; 
    cursor: pointer; 
    text-decoration: underline; 
} 
+4

粘貼當前的'HTML'和你'CSS'這裏 –

+0

添加一些HTML代碼 –

+0

,你可以看到它的網站,HTTP:// www.shopaski.com/ –

回答

1

添加/編輯在你的CSS

.menu-large-hover a#font-mega { 
    background: #fff; 
    z-index: 200000; 
    padding: 16px 27px 
} 
    .navbar-nav > li { 
    margin: 0 9px 0 0; 
    height: 51px 
} 
+0

yesss done,thanx非常多 –