国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > CSS > 正文

CSS實(shí)現(xiàn)Tab頁切換實(shí)例代碼

2024-07-11 08:33:35
字體:
供稿:網(wǎng)友

1.hover

移入其父元素.navI時(shí),觸發(fā)鼠標(biāo)的hover態(tài),給父元素添加樣式為position:relative;z-index:1;。從而提升了層級z-index。在其子元素導(dǎo)航內(nèi)容的層級比拼中,“子憑父貴”,父元素層級高的,其導(dǎo)航內(nèi)容在重疊狀態(tài)中顯示在最上面


<style>
body,p{margin: 0;}
h2{margin: 0;font-size:100%;}
ul{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;color:inherit;}
.box{width: 572px;border: 1px solid #999;overflow: hidden;}
.nav{margin-left: -1px;font: 14px "微軟雅黑";overflow: hidden;background-color: #f1f1f1;}
.navI{float: left;width: 33.333%;box-sizing: border-box;}
.navI-tit{line-height: 40px;text-align: center;cursor: pointer;border-left: 1px solid #cecece;border-bottom: 1px solid #cecece;}
.navI-txt{width: 572px;height:200px;text-indent:2em;line-height: 2;background:#fff;}
.ml1{margin-left: -100%;}
.ml2{margin-left: -200%;}
.navI_active{position:relative;z-index:1;}
/*重點(diǎn)代碼*/
.navI:hover{position:relative;z-index:1;}
.navI:hover .navI-tit{background:#fff;border-bottom:none;}
</style>

<div class="box">
<ul class="nav">
<li class="navI navI_active">
<h2 class="navI-tit">課程</h2>
<p class="navI-txt">課程內(nèi)容</p>
</li>
<li class="navI">
<h2 class="navI-tit">學(xué)習(xí)計(jì)劃</h2>
<p class="navI-txt ml1">學(xué)習(xí)計(jì)劃內(nèi)容</p>
</li>
<li class="navI">
<h2 class="navI-tit">技能圖譜</h2>
<p class="navI-txt ml2">技能圖譜內(nèi)容</p>
</li>
</ul>
</div>

2.錨點(diǎn)

點(diǎn)擊導(dǎo)航標(biāo)題時(shí),觸發(fā)target偽類,改變對應(yīng)的導(dǎo)航內(nèi)容的層級z-index,從而使當(dāng)前導(dǎo)航內(nèi)容在三個(gè)導(dǎo)航內(nèi)容中勝出,在最上層顯示;與此同時(shí),改變當(dāng)前導(dǎo)航標(biāo)題的樣式


<style>
body,p{margin: 0;}
h2{margin: 0;font-size:100%;}
ul{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;color:inherit;}
.box{width: 572px;border: 1px solid #999;overflow: hidden;}
.nav{margin-left: -1px;font: 14px "微軟雅黑";overflow: hidden;background-color: #f1f1f1;}
.navI{float: left;width: 33.333%;box-sizing: border-box;position:relative;}
.navI-tit{position:absolute;top:0;left:0;right:0;box-sizing: border-box;line-height: 40px;height: 40px;text-align: center;cursor: pointer;border-left: 1px solid #cecece;border-bottom: 1px solid #cecece;}
.navI-txt{width: 572px;height:200px;margin-top: 40px;text-indent:2em;line-height: 2;background:#fff;}
.ml1{margin-left: -100%;}
.ml2{margin-left: -200%;}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 邵阳县| 吉林省| 大田县| 新密市| 建湖县| 扶风县| 南江县| 康平县| 娄烦县| 绥芬河市| 喜德县| 来凤县| 专栏| 岑溪市| 亳州市| 红桥区| 莱芜市| 科技| 阿荣旗| 东阿县| 宜州市| 梅河口市| 同德县| 大洼县| 招远市| 江永县| 四川省| 怀化市| 虎林市| 鹤岗市| 琼结县| 云梦县| 正蓝旗| 郎溪县| 丁青县| 北碚区| 伊春市| 丹江口市| 改则县| 黑河市| 盐山县|