2013-02-05 77 views
0

如何修改HTML代碼以便從活動選項卡和/或選定選項卡中刪除或隱藏底部邊框?我似乎無法弄清楚這一點,對我來說這沒有任何意義。刪除活動選項卡的底部邊框

<style type="text/css"> 
     ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; } 
     ul#tabs li { display: inline; } 
     ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; } 
     ul#tabs li a:hover { background-color: #f1f0ee; } 
     ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.3em 0.3em 0.38em 0.3em; } 
     div.tabContent { width: 1000px; border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; } 
     div.tabContent.hide { display: none; } 
    </style> 

這裏是小提琴:http://jsfiddle.net/EnfxC/

+0

你能告訴我們你的html嗎? –

+0

你想隱藏哪個底部邊界?你是否也可以顯示該選項卡已被選中的部分。 –

+0

該演示中沒有活動選項卡。很難知道你想要修復什麼。 – isherwood

回答

0

,如果你想隱藏在底邊框,那麼你可以寫在CSS代碼:(添加另一個類此) 底邊框:無重要;

請告訴我html代碼...然後我可以幫你

相關問題