随笔 - 175  文章 - 35  评论 - 831 
06 2011 档案
JS实现两张图片卷轴的切换效果
摘要: 效果参见:http://weitwo.com/home.htm引入jQuery后,再引入如下JS:$(document).ready(function(){varslidePicture=newsliderPicture();slidePicture.containerId='container';slidePicture.frontId='front';slidePicture.minFrontWidth=100;slidePicture.load();});functionsliderPicture(){this.containerId=''阅读全文
posted @ 2011-06-13 15:24 韩现龙 阅读(325) | 评论 (0) 编辑