所有我想要做的是有一個div向下移動頁面到某個位置,現在動畫工作,但它也移動所有其他divs,以及如何我解決這個問題?div當使用jQuery動畫時,推動所有其他divs
<div id = "Sidepanel" style="background:#98bf21;height:0px;width:150px;top:0px;opacity:0;position:relative;left:5px"></div>
jQuery的使用
$("#Sidepanel").animate({height:560,top:1010,opacity:1},"slow");
圍繞該網站上的所有內容
#wrapper {
padding: 0;
background: url(images/main-image-bg.jpg) no-repeat center top;}
你需要發佈你的代碼,因爲我們無法從這裏看到它,你太遙遠了。 –