作者子鼠
客齊集首頁(yè)的一個(gè)效果, 今天有人問(wèn)我是怎么寫(xiě)的,于是晚上就又重寫(xiě)了一個(gè); 順便把那個(gè)布局再理一下;
你可以先看一下客齊集首頁(yè)的效果:http://shanghai.kijiji.cn
我試著不用position:absolute的方法; 但寫(xiě)起來(lái)太難了; 后來(lái)還是用position:absolute了; 但在客齊集站上的是沒(méi)有用的;真不知道當(dāng)時(shí)是怎么寫(xiě)出來(lái)的;
以下是效果圖:
以下是布局部分
復(fù)制代碼 代碼如下:
div id="info">
div id="kjj_tag"> /div>
ul>
li id="tag1">h4>a href="javascript:kijijitag('1');">熱門(mén)活動(dòng)/a>/h4>/li>
li id="tag2">h4>a href="javascript:kijijitag('2');" >最新功能/a>/h4>/li>
li id="tag3">h4>a href="javascript:kijijitag('3');" >服務(wù)承諾/a>/h4>/li>
li id="tag4">h4>a href="javascript:kijijitag('4');" >最新成功故事/a>/h4>/li>
li id="tag5">h4>a href="javascript:kijijitag('5');" >熱貼推薦/a>/h4>/li>
/ul>
div id="info1">a href="http://www.zishu.cn" target="blank">子鼠00001/a>/div>
div id="info2">a href="http://www.zishu.cn" target="blank">子鼠00002/a>/div>
div id="info3">a href="http://www.zishu.cn" target="blank">子鼠00003/a>/div>
div id="info4">a href="http://www.zishu.cn" target="blank">子鼠00004/a>/div>
div id="info5">a href="http://www.zishu.cn" target="blank">子鼠00005/a>/div>
/div>
以下是CSS部分:CSS還是沒(méi)有優(yōu)化的;
復(fù)制代碼 代碼如下:
style>
/*子鼠 www.zishu.cn*/
* {margin:0;padding:0;font-size:12px;font-family:Verdana, Arial, "宋體"; list-style:none;}
body {background: #FFFFCC;margin:100px 0 0 100px;}
#info {border:1px solid #FFCC66;padding:30px;background:#f7f7f7;width:500px;}
#kjj_tag {width:500px;border-bottom:1px solid #CCC; background:url(taga_c.gif) repeat-x left bottom;height:30px;}
#info1,#info2,#info3,#info4,#info5{ border:1px solid #ccc;border-top:none; padding:10px; background:#fff; clear:both; }
h4{ font-weight:normal;float:left;border-right:1px solid #fff;}
.hd {display:none;}
.sw {display:block;}
#info li {float:left;}
#info li a{float:left; display:block; padding:4px 10px 4px 10px; color:#37572E; text-decoration:none}
#info li a:hover{ background:#E9FE70; color:#000}
#info ul { float:left; margin-top:-28px; padding:5px 0; position:absolute}
#info .ha a{ color:#FFF}
#info .ha a:hover{color:#FFF; background:none}
#info .ha .hc:hover{background:url(tag_d.gif) no-repeat center bottom; }
.ha {background:url(taga_a.gif) no-repeat left top;margin-top:-3px;padding-top:3px;}
.hb{ background:url(taga_b.gif) no-repeat right top; margin-top:-3px; padding-top:3px;}
.hc {background:url(tag_d.gif) no-repeat center bottom; height:17px; color:#FFF; font-weight:bold}
/style>
以下為JS部分:由于javascript對(duì)于我來(lái)說(shuō)太難了;所以可能這部分寫(xiě)的比較爛,但效果是出來(lái)了;
復(fù)制代碼 代碼如下:
script language="javascript">
var k = Math.floor(Math.random()*5+1);
for(i=1; i 6; i++){
if( i==k){
document.getElementById("info"+i).className="sw";
document.getElementById("tag"+i).className="ha";
document.getElementById("tag"+i).getElementsByTagName("h4")[0].className="hb";
document.getElementById("tag"+i).getElementsByTagName("a")[0].className="hc";
}
else{
document.getElementById("info"+i).className="hd";
}
}
function kijijitag(tag){
for(i=1; i 6; i++)
{
if (i==tag)
{
document.getElementById("info"+i).className="sw";
document.getElementById("tag"+i).className="ha";
document.getElementById("tag"+i).getElementsByTagName("h4")[0].className="hb";
document.getElementById("tag"+i).getElementsByTagName("a")[0].className="hc";
}
else{
document.getElementById("info"+i).className="hd";
document.getElementById("tag"+i).className="";
document.getElementById("tag"+i).getElementsByTagName("h4")[0].className="";
document.getElementById("tag"+i).getElementsByTagName("a")[0].className="";
}
}
}
/script>
以下是用到的四個(gè)圖:
看下效果吧!
特別說(shuō)明:
1、CSS部分不是很清晰,因?yàn)閷?xiě)的我都有點(diǎn)暈了;
2、五個(gè)TAG是隨機(jī)換的;
3、JS部分還可以再精簡(jiǎn)一些,但要有CSS支持;
您可能感興趣的文章:- JS實(shí)現(xiàn)選中當(dāng)前菜單后高亮顯示的導(dǎo)航條效果
- CSS3+Js實(shí)現(xiàn)響應(yīng)式導(dǎo)航條
- 基于JS代碼實(shí)現(xiàn)導(dǎo)航條彈出式懸浮菜單
- vuejs 切換導(dǎo)航條高亮(路由菜單高亮)的方法示例
- JS+CSS實(shí)現(xiàn)鼠標(biāo)滑過(guò)時(shí)動(dòng)態(tài)翻滾的導(dǎo)航條效果
- JS組件Bootstrap導(dǎo)航條使用方法詳解
- javascript實(shí)現(xiàn)的鼠標(biāo)懸停時(shí)動(dòng)態(tài)翻滾的導(dǎo)航條
- js實(shí)現(xiàn)橫向拖拽導(dǎo)航條功能
- 純JS實(shí)現(xiàn)彈性導(dǎo)航條效果
- JS實(shí)現(xiàn)網(wǎng)頁(yè)導(dǎo)航條特效