今天就跟大家聊聊有關(guān)css中怎么實(shí)現(xiàn)tab切換效果,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
成都創(chuàng)新互聯(lián)制作網(wǎng)站網(wǎng)頁(yè)找三站合一網(wǎng)站制作公司,專(zhuān)注于網(wǎng)頁(yè)設(shè)計(jì),網(wǎng)站設(shè)計(jì)、成都做網(wǎng)站,網(wǎng)站設(shè)計(jì),企業(yè)網(wǎng)站搭建,網(wǎng)站開(kāi)發(fā),建網(wǎng)站業(yè)務(wù),680元做網(wǎng)站,已為數(shù)千家服務(wù),成都創(chuàng)新互聯(lián)網(wǎng)站建設(shè)將一如既往的為我們的客戶(hù)提供最優(yōu)質(zhì)的網(wǎng)站建設(shè)、網(wǎng)絡(luò)營(yíng)銷(xiāo)推廣服務(wù)!其實(shí)是使用錨點(diǎn)作為標(biāo)記,通過(guò)點(diǎn)擊實(shí)現(xiàn)了切換。css代碼
body,div,ul,li{margin:0; padding:0; font-size:12px;} .clearFloat{ clear:both; height:0; line-height:0; font-size:0;} .tab_ul{ margin:10px auto 0; padding-left:20px; width:228px; height:31px; background-color:#FCEDFF;border:1px solid #DBA4E8; border-bottom:0;} .tab_ul li{ float:left; display:inline; margin:5px 0 0 5px; width:46px; height:26px;} .tab_ul li a{ display:block;width:46px; height:26px; line-height:26px; text-align:center;font-size:12px; color:#000000; text-decoration:none;} .tab_ul li a:hover{color:#5F0082; font-weight:bold;} .tabDiv{ margin:0 auto; width:248px; height:200px; border:1px solid #DBA4E8; border-top:0; overflow:hidden;} .tabDiv ul{ margin:0 auto; padding-top:10px; width:218px; height:190px;} .tabDiv ul li{ height:24px;color:#666666; font-size:12px; margin-left:20px; } .tabDiv ul li a{ color:#333333; margin-left:5px;}
代碼如下:
html代碼看完上述內(nèi)容,你們對(duì)css中怎么實(shí)現(xiàn)tab切換效果有進(jìn)一步的了解嗎?如果還想了解更多知識(shí)或者相關(guān)內(nèi)容,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。