jquery图片巅峰国际体彩平台appapp官网下载无缝滚动代码T字形无缝滚动效果
" /></head><body><script src="http://www.bokequ.com/show/imgscroll/js/jquery-1.4.2.min.js" type="text/javascript"></script><script type="text/javascript">//图片滚动 调用方法 imgscroll({speed: 30,amount: 1,dir: "up"});$.fn.imgscroll = function(o){ var defaults = { speed: 40, amount: 0, width: 1, dir: "left" }; o = $.extend(defaults, o); return this.each(function(){ var _li = $("li", this); _li.parent().parent().css({overflow: "hidden", position: "relative"}); //div _li.parent().css({margin: "0", padding: "0", overflow: "hidden", position: "relative", "list-style": "none"}); //ul _li.css({position: "relative", overflow: "hidden"}); //li if(o.dir == "left") _li.css({float: "left"}); //初始大小 var _li_size = 0; for(var i=0; i<_li.size(); i++) _li_size += o.dir == "left" ? _li.eq(i).outerWidth(true) : _li.eq(i).outerHeight(true); //循环所需要的元素 if(o.dir == "left") _li.parent().css({width: (_li_size*3)+"px"}); _li.parent().empty().append(_li.clone()).append(_li.clone()).append(_li.clone()); _li = $("li", this); //滚动 var _li_scroll = 0; function goto(){ _li_scroll += o.width; if(_li_scroll > _li_size) { _li_scroll = 0; _li.parent().css(o.dir == "left" ? { left : -_li_scroll } : { top : -_li_scroll }); _li_scroll += o.width; } _li.parent().animate(o.dir == "left" ? { left : -_li_scroll } : { top : -_li_scroll }, o.amount); } //开始 var move = setInterval(function(){ goto(); }, o.speed); _li.parent().hover(function(){ clearInterval(move); },function(){ clearInterval(move); move = setInterval(function(){ goto(); }, o.speed); }); });};</script><style type="text/css">*{margin:0;padding:0;list-style-type:none;}a,img{border:0;}body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}/* scrollleft */.scrollleft{width:789px;padding:5px 20px 0px 20px;margin:20px auto;}.scrollleft li{float:left;margin-right:7px;display:inline;width:158px;text-align:center;line-height:19px}.scrollleft img{width:136px;height:100px;padding:10px;border:solid 1px #ddd;}/* scrolltop */.scrolltop{width:158px;height:438px;overflow:hidden;margin:20px auto;}.scrolltop li{height:156px;overflow:hidden;text-align:center;line-height:19px}.scrolltop img{width:136px;height:100px;padding:10px;border:solid 1px #ddd;}</style><div class="scrollleft"> <ul> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1foj6tecjf2j31hc0u04cf.jpg"/></a> <span>斗罗大陆动漫壁纸</span> </li>http://www.bokequ.com/show/imgscroll/images/006pnshIgy1foj6tecjf2j31hc0u04cf.jpg <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸" src="http://www.bokequ.com/show/imgscroll/images/006pnshIly1fsszkana91j31hc0u0k1b.jpg"/></a> <span>斗罗大陆动漫壁纸</span> </li> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸图片" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1fqbzd6by06j31hc0u0k16.jpg"/></a> <span>斗罗大陆动漫壁纸</span> </li> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸图片" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1fq3wokdifij31hc0u0dv7.jpg"/></a> <span>斗罗大陆动漫壁纸</span> </li> </ul></div><div class="scrolltop"> <ul> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸图片" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1fwmm0czf8nj31hc0u049x.jpg"/></a> <span>斗罗大陆动漫壁纸图片</span> </li> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1fwmm0dhd2wj31hc0u0gu5.jpg"/></a> <span>斗罗大陆动漫壁纸图片</span> </li> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸图片" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1fvsgvuhjw7j31hc0u07wh.jpg"/></a> <span>斗罗大陆动漫壁纸图片</span> </li> <li> <a href="http://m.bokequ.com/guoman/douluo"><img width="136" height="100" alt="斗罗大陆动漫壁纸图片" src="http://www.bokequ.com/show/imgscroll/images/006pnshIgy1frwlp2gce9j31hc0u0k6d.jpg"/></a> <span>斗罗大陆动漫壁纸图片</span> </li> </ul></div><script type="text/javascript">$(document).ready(function(){ $(".scrollleft").imgscroll({ speed: 40, //图片滚动速度 amount: 0, //图片滚动过渡时间 width: 1, //图片滚动步数 dir: "left" // "left" 或 "up" 向左或向上滚动 }); $(".scrolltop").imgscroll({ speed: 40, //图片滚动速度 amount: 0, //图片滚动过渡时间 width: 1, //图片滚动步数 dir: "up" // "left" 或 "up" 向左或向上滚动 }); });</script> </body></html> js图片左滚动和向上滚动无缝对接效果演示地址http://www.bokequ.com/show/imgscroll/
html代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>jquery图片T字形无缝滚动代码 - bokequ.com</title><meta name="description" content="jquery图片无缝滚动插件制作左右无缝滚动图片和上下无缝滚动图片,jquery图片无体彩平台app缝滚动插件制作左右无缝滚动图片和上下无缝滚动图片,巅峰国际app官网下载js图片向左滚动和向上滚动无缝对接效果演示。jquery图片无缝滚动代码T字形无缝滚动效果,一款简单巅峰国际体彩平台appapp官网下载的jQuery无缝滚动代码。
- 最近发表
-
- wordpress网站文章链接自动提交给百度
- WordPress文章历史修订版本与自动草稿保存问题
- CSS通用/元素/ID/类/子/伪元素选择器
- 健康能量评估神器荣耀手表 Fit正式发布:轻享运动健康,499元起,你准备好了吗?
- 织梦DedeCMS图集发布图片调用外链方法
- Crypto Markets Lost Over $400B as Bitcoin (BTC) Slumped by $10K in 2 Days (Weekend Watch)
- SEO搜索引擎的起源/发展
- PHP二维码在线制作生成网站源码
- wordpress博客网站访问速度慢因素
- wordpress网站登录出现500Internal Server Error
- 随机阅读
-
- WordPress图片主题Lovephoto2.0.2分享
- html5 3D旋转木马幻灯片播放代码素材
- 帝国cms网站链接URL伪静态设置方法
- 小米新款智能净烟机S20上市:告别油烟困扰,还能实时监测空气质量
- 个人网站/公司logo标志免费在线制作
- WordPress建站安装时“此站点遇到了致命错误”
- WordPress微博主题模板TleWeiboFor2.0
- 66toolkit在线查询工具箱v16.00英文版
- 鼠标经过文字显示隐藏图片css样式
- PHP宝塔安装Swoole Loader扩展教程方法
- 苹果新款HomePod软件将助老款HomePod系列设备焕新春
- 去掉织梦cms底部的Powered by DedeCms
- 申请/注册新域名需要注意哪些细节
- WordPress插件Ultimate Category Excluder排除分类文章
- 小米米家洗衣机Pro蓝氧新上市:洗净比高达1.27,仅需1367元起,省钱又实用!
- 宝塔面板MySQL数据库自动重启设置
- 博客屋网址导航自适应主题php源码v1.0
- 圣诞节幽灵404页面代码
- fiddler2抓包工具中文汉化版下载
- wordpress隐藏文章部分内容需要注册登录后可见
- 搜索
-
- 友情链接
-