时间:2021-07-01 10:21:17 帮助过:18人阅读
$("#idGlideView img").each(function(){
$(this).css('opacity', '0.5');
}).hover(function(){
$(this).animate({opacity:1.0});
}, function(){
$(this).animate({opacity:0.5});
});
/*#idGlideView div img{filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}*/
#idGlideView div img{filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
#idGlideView div.focus img{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
//相关设置
Set: function (index) {
if (index < 0) {
//鼠标移出容器返回默认状态
this.Each(function (oList, oText, i) {
oList._target = this._width * i;
if (oText) { oText._target = this._height_text; }
})
} else {
//鼠标移到某个滑动对象上