jQuery实现透明度变化轮播效果
匆忙写的一个透明度变化的轮播效果,欢迎指出错误,感谢!!! <!DOCTYPE html> < html lang = "en" > < head > < meta charset = "UTF-8" > < title > jQuery透明度变化轮播效果 </ title > < script type = "text/javascript" src = "../bootstrap-3.3.7/js/jquery2.0.js" > </ script > < style > * { font-family : 微软雅黑 ; } .container { width : 1140 px ; padding : 0 15 px ; margin : 0 auto ; } #zz_carousel { width : 1140 px ; height : 500 px ; overflow : hidden ; position : relative ; } #zz_carousel :hover .arrow { display : block ; } #zz_carousel .paging { position : absolute ; bottom : 15 px ; left : 50 % ; } #zz_carousel .paging span { display :