下载:代码
首頁 > web前端 > js教程 > 主體

JQuery伸縮導航練習範例_jquery

WBOY
發布: 2016-05-16 17:15:32
原創
1168 人瀏覽過

最近在學習JQuery,嘗試製作了這個導航
JQuery伸縮導航練習範例_jquery 
下載:代碼

複製代碼 代碼如下:





伸縮導航










複製程式碼


程式碼如下:


/**
* 作者 LY 2013-11-11 22:30
**/

* {
margin: 0;

* {
margin: 0;
padding: 0;
font-family: "Microsoft Yahei","Arial"
}

.navigator {
width: 180px;
display: block;
margin-top: 30pp ;
margin-left: 30px;
border-top: 10px solid #ddd;
border-bottom: 10px solid #ddd;
border-left: 3px solid #ddd
; -right: 3px solid #ddd;
background: #ddd;
}
.tabs {
list-style: none;

}

.tabs li {
clear: both;
overflow: auto;
}

.tabs li h3 {
padding: 0;
margin:0;
font- size: 14px;
height: 40px;
line-height: 40px;
text-align: center;
width: 180px;
cursor: pointerback: #07d ;
color: #fff;
border-bottom: 1px solid #ccc;
}
.tabs li:last-child h3 {
border:none;
}
.tabs li h3.current {
background: #6af;
}
.tabs li ul {
margin-left: auto;
margin-right: auto;
width : 160px;
height: 0px;
list-style: none;
overflow: hidden;
}
.tabs li ul li {
height: 30pxline
-height: 30px;
background: #eee;
padding: 5px;
border-bottom: 1px solid #ccc; cursor: pointer; } cursor: pointer; }
🎜>



複製程式碼


程式碼如下:


$(document).ready(>
$(document)。 >$(".nav1").css("height","160px"); $(".tabs li h3:first").addClass("current"); $(".tabs li h3").click(function() { $(".tabs li h3").removeClass("current"); $(this).addClass("current"); $ (".tabs li ul").animate({height:"0"},"fast"); $(this).next().animate({height:"160"},"slow") ; }); });
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板