求助:为什么animate 里设置zIndex无效??

this.posterItems.each(function(){

var self = $(this),

prev = self.prev().get(0)?self.prev():_this_.posterLastItem,

width = prev.width(),

height =prev.height(),

zIndex = prev.css("zIndex"),

opacity = prev.css("opacity"),

left   = prev.css("left"),

top = prev.css("top");

self.animate({

width:width,

height:height,

zIndex:zIndex,

opacity:opacity,

left:left,

top:top

});

})

http://img.mukewang.com/5847bd3000018ab808170282.jpg

按了nextbtn之后其他参数都转化正常,唯有zIndex一点都没变。在外部直接设置self.css({zIndex:4})也没卵用,仿佛不存在似的……

慕粉3795749
浏览 2797回答 3
3回答

一瞬儿光

animate是动画效果,没有zIndex参数,可以外部添加。
打开App,查看更多内容
随时随地看视频慕课网APP