亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

這代碼里面出了什么問題呢?完全顯示不出上課時的效果。

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>


.navlist

{

position:absolute;

top:10px;

}

a

{

text-decoration:none;

color:#fff;

}

.navlist a

{

margin-left:60px;

color:#666;

}

.expand

{

height:0px;

background-color: #333d4d;

overflow:hidden;

position:relative;

top:30px;

width:100%;

}

.expdiv

{

height:130px;

width:500%;

}

.expdiv-list

{

width:20%;

text-align:center;

float:left;

line-height:110px;

color:#fff;

}

.expand .close-btn

{

width:120px;

height:20px;

background:url(http://img1.sycdn.imooc.com//5461ba3b0001ee3603840154.jpg) no-repeat -13px -117px;

position: absolute;

left:50%;

bottom:-2px;

margin-left:-60px;

cursor:pointer;

}

</style>


<script>

$(function(){

$("#menuList").on("click","a", function(){

if ($(this).hasClass("btn-active")){

$("#expandZone #closeBtn").click();

return false;

}

var curIndex = $(this).index(),mlValue = "-" + curIndex * 100 + "%";


if ($("#expandZone").hasClass("active")){

$("#expandZone.expdiv").animate({marginLeft:mlValue});

}

else

{

$("#expandZone.expdiv").css({marginLeft:mlValue});

$("#expandZone").animate({height:"130px"}).addClass("active");

}


$(this).addClass("btn-active").siblings().removeClass("btn-active");


return false;

});

$("#expandZone #closeBtn").on("click",function(){

$("#expandZone").animate({height:"0px"},function(){

$(this).removeClass("active");

$("#menuList.btn-active").removeClass("btn-active");

});

return false;

});

});

</script>

</head>

<body>

? ? <div id="menulList">

? ? ?<a href="#">首頁</a><a href="#">課程大廳</a><a href="#">學習中心</a><a href="#">個人中心</a><a href="#">關于我們</a>

? ? </div>

<div id="expandZone">

<div>

<div>

<a href="#">慕課網主頁</a>

</div>

<div>

<a href="#" id="A4">前端課程</a><a href="#">手機開發</a><a href="#">后臺開發</a>

</div>

<div>

<a href="#" id="A4">前端課程</a><a href="#">手機開發</a><a href="#">后臺開發</a>

</div>

<div>

個人信息:

</div>

<div>

公司地址:北京市西城區德外大街10號。

</div>

</div>

<div id="closeBtn">

</div>

</div>

</body>

</html>


正在回答

1 回答

你沒引用JQ庫。。。寫JQ要記得引用啊

1 回復 有任何疑惑可以回復我~
#1

Coda 提問者

嗯嗯,問題解決了,謝謝你!
2015-01-21 回復 有任何疑惑可以回復我~
#2

Coda 提問者

非常感謝!
2015-01-27 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
形形色色的下拉菜單
  • 參與學習       106932    人
  • 解答問題       563    個

本教程從易到難,循循漸進,運用不同技術實現動態下拉菜單

進入課程

這代碼里面出了什么問題呢?完全顯示不出上課時的效果。

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號