jQuery animate() IE浏览器用bottom不兼容的问题怎么解决呢?
<scripttype="text/javascript">$(document).ready(function(){$("#nav_in").animate({bott...
<script type="text/javascript">
$(document).ready(function(){
$("#nav_in").animate({
bottom:'0'
},2500).removeClass("nav_in1");
$(".head1").css({"margin-top":"0"});
});
</script>
jQuery animate() IE浏览器用bottom不兼容的问题怎么解决呢? 展开
$(document).ready(function(){
$("#nav_in").animate({
bottom:'0'
},2500).removeClass("nav_in1");
$(".head1").css({"margin-top":"0"});
});
</script>
jQuery animate() IE浏览器用bottom不兼容的问题怎么解决呢? 展开
1个回答
2013-08-05
展开全部
你要先给$("#nav_in")设置bottom属性,然后才能添加动画
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询