利用ScrollPicLeft.js这个库实现图片的前后切换,适用于网页中的证书展示、推荐商品之类的栏目。它不像传统的marquee滚动那样,而是可以手动的去点击前后切换箭头按钮,进行图片的翻页,从而达到浏览上一张,下一张的效果。
不需要调用jquery,初始化简单,使用非常的简单,便利。
实例效果:
js代码:
<script type=\"text/javascript\"> var scrollPhoto = new ScrollPicleft(); scrollPhoto.scrollContId = \"ISL_Photo\"; // 内容容器ID\"\" scrollPhoto.arrLeftId = \"Left_Photo\";//左箭头ID scrollPhoto.arrRightId = \"Right_Photo\"; //右箭头ID scrollPhoto.frameWidth = 450;//显示框宽度 scrollPhoto.pageWidth = 150; //翻页宽度 scrollPhoto.speed = 10; //移动速度(单位毫秒,越小越快) scrollPhoto.space = 10; //每次移动像素(单位px,越大越快) scrollPhoto.autoPlay = false; //自动播放 scrollPhoto.autoPlayTime = 3; //自动播放间隔时间(秒) scrollPhoto.initialize(); //初始化 </script>
本文实例讲述了js图片轮播手动切换效果。分享给大家供大家参考。具体如下:
这是一款基于js图片轮播手动切换效果代码,实现过程很简单。
为大家分享的js图片轮播手动切换效果代码如下
<head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> <title>js图片轮播手动切换效果</title> <script type=\"text/javascript\" src=\"js/ScrollPicLeft.js\"></script> <style> html,body,ul,li{margin:0; padding:0;} ul,li{ list-style:none;} .dd_main{ width:520px;} .zl_left { width:35px; float:left; text-align:left; padding-top:60px} .zl_right { width:35px; float:right; text-align:right; padding-top:60px} .zl_content { width:450px; height:153px; float:left; overflow:hidden;} .zl_content ul li { width:130px; padding:0 10px; text-align:center; float:left;} .welcome{ position:fixed; width:100%; text-align:center; bottom:30px;} .welcome a{ color:#0350B8;} </style> </head> <body> <div class=\"dd_main\"> <div class=\"zl_left\" id=\"Left_Photo\"><a href=\"javascript:void(0)\"><img src=\"images/zl_tb1.jpg\" width=\"24\" height=\"32\" /></a></div> <div class=\"zl_content\"> <ul id=\"ISL_Photo\"> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> <li><img src=\"images/zl_tp.jpg\" width=\"130\" height=\"153\" /></li> </ul> </div> <div class=\"zl_right\" id=\"Right_Photo\"><a href=\"javascript:void(0)\"><img src=\"images/zl_tb2.jpg\" width=\"24\" height=\"32\" /></a></div> </div> <script type=\"text/javascript\"> var scrollPhoto = new ScrollPicleft(); scrollPhoto.scrollContId = \"ISL_Photo\"; // 内容容器ID\"\" scrollPhoto.arrLeftId = \"Left_Photo\";//左箭头ID scrollPhoto.arrRightId = \"Right_Photo\"; //右箭头ID scrollPhoto.frameWidth = 450;//显示框宽度 scrollPhoto.pageWidth = 150; //翻页宽度 scrollPhoto.speed = 10; //移动速度(单位毫秒,越小越快) scrollPhoto.space = 10; //每次移动像素(单位px,越大越快) scrollPhoto.autoPlay = false; //自动播放 scrollPhoto.autoPlayTime = 3; //自动播放间隔时间(秒) scrollPhoto.initialize(); //初始化 </script> </body> </html>
源码下载:js图片轮播手动切换效果
以上就是为大家分享的js图片轮播手动切换效果代码,希望大家可以喜欢,并应用到实践中。
本文地址:https://www.stayed.cn/item/14063
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我