真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

div+css如何實(shí)現(xiàn)tabs標(biāo)簽-創(chuàng)新互聯(lián)

這篇文章給大家分享的是有關(guān)div+css如何實(shí)現(xiàn)tabs標(biāo)簽的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過(guò)來(lái)看看吧。

創(chuàng)新互聯(lián)建站專注于津南網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供津南營(yíng)銷型網(wǎng)站建設(shè),津南網(wǎng)站制作、津南網(wǎng)頁(yè)設(shè)計(jì)、津南網(wǎng)站官網(wǎng)定制、成都微信小程序服務(wù),打造津南網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供津南網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。

具體步驟:

1、創(chuàng)建頁(yè)簽,以及頁(yè)簽內(nèi)容的div。
2、編寫被選中的頁(yè)簽和頁(yè)簽內(nèi)容div顯示、隱藏的樣式。
3、編寫js方法,根據(jù)被選中的頁(yè)簽,顯示相應(yīng)的頁(yè)簽內(nèi)容。
例如:


 
 
 
 
 
function doClick(o){ 
//當(dāng)前被中的對(duì)象設(shè)置css 
o.className="nav_current"; 
var j; 
var id; 
var e; 
//遍歷所有的頁(yè)簽,沒有被選中的設(shè)置其沒有被選中的css 
for(var i=1;i<=7;i++){ //i<7 多少個(gè)欄目就填多大值 
id ="nav"+i; 
j = document.getElementById(id); 
e = document.getElementById("sub"+i); 
if(id != o.id){ 
j.className="nav_link"; 
e.style.display = "none"; 
}else{ 
e.style.display = "block"; 
} 
} 
} 
 
 
body, div, dl, dt, dd, ul, ol, li, h2, h3, h4, h5, h6, h7, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0 } 
fieldset, img { border:0 none } 
:focus { outline:0 } 
.dis{display:block;} 
.undis{display:none;} 
ol, ul { list-style:none } 
.fr { display:inline; float:right!important } 
.fl { display:inline; float:left!important } 
.show { display:block } 
.hide { display:none } 
.highlight { color:#F30!important } 
.important { font-weight:bold!important } 
.center { text-align:center!important } 
body { font:12px/1.5 tahoma, sans-serif; color:#333 } 
a { text-decoration:none; color:#333 } 
a:hover { text-decoration:underline; color:#E30751 } 
.nav_current{ float:left;background:#FFF; color:#F00; } 
.nav_link{ float:left;} 
.nav_current:hover ,.nav_link:hover{ color:#FF6600;} 
#dww-menu { width:978px; overflow:hidden; border:1px #dcdcdc solid; } 
#dww-menu .mod-hd { overflow:hidden; height:30px; line-height:30px; position:relative; background:#CCCCCC repeat-x 0 0 } 
#dww-menu .mod-hd li { float:left; cursor:pointer; text-align:center; height:30px; line-height:30px; padding:0 10px; letter-spacing:1px; text-transform:uppercase; border-right:1px #dcdcdc solid } 
#dww-menu .mod-hd li.hover { font-weight:900; background:#FFF } 
#dww-menu .mod-bd { padding:5px 10px } 
#dww-menu .mod-bd div {color:#BFBFBF; line-height:24px } 
#dww-menu .mod-bd div.show { display:block } 
#dww-menu .mod-bd div a { display:inline-block; padding:0 4px } 
 
 
 
 
 
 
 
 
標(biāo)簽1 
標(biāo)簽2 
標(biāo)簽3 
標(biāo)簽4 
標(biāo)簽5 
標(biāo)簽6 
標(biāo)簽7 
 
      標(biāo)簽內(nèi)容1 
    標(biāo)簽內(nèi)容2 
    標(biāo)簽內(nèi)容3      標(biāo)簽內(nèi)容4      標(biāo)簽內(nèi)容5      標(biāo)簽內(nèi)容6      標(biāo)簽內(nèi)容7           

感謝各位的閱讀!關(guān)于“div+css如何實(shí)現(xiàn)tabs標(biāo)簽”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!


新聞名稱:div+css如何實(shí)現(xiàn)tabs標(biāo)簽-創(chuàng)新互聯(lián)
文章分享:http://weahome.cn/article/dscshd.html

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部