js使网站首面推荐产品图片滚动

来源:互联网 发布:淘宝售后服务专员答案 编辑:程序博客网 时间:2024/06/04 21:00
<script type="text/javascript">
$(function(){
 //自动缩放图片宽,高,文本高度
 $(".recopro-ul .boximg img").LoadImage(140,95,0,"{%网站目录%}Upfiles/system/loading.gif");
 
 $(".stroll").jMarquee({
    visible:2,
    step:1,
    direction:"left"
    });
});

</script>

0 0