惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Heimdal Security Blog
A
Arctic Wolf
K
Kaspersky official blog
V
Vulnerabilities – Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Simon Willison's Weblog
Simon Willison's Weblog
L
LINUX DO - 热门话题
MongoDB | Blog
MongoDB | Blog
T
Threat Research - Cisco Blogs
D
Docker
爱范儿
爱范儿
T
Tenable Blog
C
Check Point Blog
B
Blog
C
Cisco Blogs
Vercel News
Vercel News
The Cloudflare Blog
T
Threatpost
NISL@THU
NISL@THU
T
Tor Project blog
V2EX - 技术
V2EX - 技术
P
Palo Alto Networks Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Tailwind CSS Blog
G
GRAHAM CLULEY
P
Privacy & Cybersecurity Law Blog
SecWiki News
SecWiki News
博客园 - 司徒正美
S
Security @ Cisco Blogs
GbyAI
GbyAI
S
Secure Thoughts
Microsoft Security Blog
Microsoft Security Blog
The Register - Security
The Register - Security
Recorded Future
Recorded Future
Cloudbric
Cloudbric
Webroot Blog
Webroot Blog
N
News and Events Feed by Topic
Y
Y Combinator Blog
博客园_首页
T
Troy Hunt's Blog
The Hacker News
The Hacker News
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
U
Unit 42
AWS News Blog
AWS News Blog
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
博客园 - 聂微东
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - 痴人说梦

批量清除数据库中被植入的垃圾信息 解决Windows Server2008R2中导入Excel不能使用Jet 4.0 asp.net(C#) 远程获取网页内容代码分享 JavaScript有关的10个怪癖和秘密 asp.net2.0邮箱发送代码 JS解析,格式化日期 JavaScript 实用脚本,很好,珍藏起来[转贴] WinForms / 23个.NET开源项目 使用js获取QueryString的方法小结 js实现图片高清晰等比缩小 ASP.NET使用NPOI类库导出Excel jQuery获取Select选择的Text和 Value(转) - 痴人说梦 - 博客园 IT项目管理工具总结 - 痴人说梦 - 博客园 有关类及类之间,类成员代码执行顺序链接 window.opener 的用法 用js进行url编码后用php反解以及用php实现js的escape功能函数总结 JS得到当前鼠标的位置 JCalendar 日历控件 div定位 鼠标放在按钮上显示层提示 - 痴人说梦 - 博客园
js javascript 鼠标控制图片左右滚动带自动翻滚,图片滑动新闻展示 - 痴人说梦
痴人说梦 · 2011-02-17 · via 博客园 - 痴人说梦
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
  2. <html xmlns="http://www.w3.org/1999/xhtml">  
  3. <head>  
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />  
  5. <title>超级经典一套鼠标控制左右滚动图片带自动翻滚</title>  
  6. </head>  
  7. <body>  
  8. <div class="rollBox">  
  9.      <div class="LeftBotton" onmousedown="ISL_GoUp()" onmouseup="ISL_StopUp()" onmouseout="ISL_StopUp()"></div>  
  10.      <div class="Cont" id="ISL_Cont">  
  11.       <div class="ScrCont">  
  12.        <div id="List1">  
  13.          
  14.         <!-- 图片列表 begin -->  
  15.          <div class="pic">  
  16.           <a href="http://career.sina.com.cn/3/2007/0928/15.html" target="_blank"><img src="http://i0.sinaimg.cn/edu/deco/2007/0928/aiying.jpg" width="109" height="87" alt="周宪环" /></a>  
  17.           <p><a href="http://career.sina.com.cn/3/2007/0928/15.html" target="_blank">周宪环</a></p>  
  18.          </div>         
  19.           
  20.  <div class="pic">  
  21.           <a href="http://career.sina.com.cn/3/2007/0928/16.html" target="_blank"><img src="http://i1.sinaimg.cn/edu/deco/2007/0928/zhenwei.jpg" width="109" height="87" alt="周桢炜" /></a>  
  22.           <p><a href="http://career.sina.com.cn/3/2007/0928/16.html" target="_blank">周桢炜</a></p>  
  23.          </div>  
  24.          <div class="pic">  
  25.           <a href="http://career.sina.com.cn/3/2007/0928/14.html" target="_blank"><img src="http://i2.sinaimg.cn/edu/deco/2007/0928/zhangying.jpg" width="109" height="87" alt="张颖" /></a>  
  26.           <p><a href="http://career.sina.com.cn/3/2007/0928/14.html" target="_blank">张颖</a></p>  
  27.          </div>  
  28.          <div class="pic">  
  29.           <a href="http://career.sina.com.cn/3/2007/0928/17.html" target="_blank"><img src="http://i3.sinaimg.cn/edu/deco/2007/0928/wangnaichao.jpg" width="109" height="87" alt="王乃超" /></a>  
  30.           <p><a href="http://career.sina.com.cn/3/2007/0928/17.html" target="_blank">王乃超</a></p>  
  31.          </div>  
  32.          <div class="pic">  
  33.           <a href="http://career.sina.com.cn/3/2007/0928/19.html" target="_blank"><img src="http://i1.sinaimg.cn/edu/deco/2007/0928/xiewenxiu.jpg" width="109" height="87" alt="谢雯琇" /></a>  
  34.           <p><a href="http://career.sina.com.cn/3/2007/0928/19.html" target="_blank">谢雯琇</a></p>  
  35.          </div>  
  36.  <div class="pic">  
  37.           <a href="http://career.sina.com.cn/3/2007/0928/18.html" target="_blank"><img src="http://i1.sinaimg.cn/edu/deco/2007/0928/lvge.jpg" width="109" height="87" alt="吕铬" /></a>  
  38.           <p><a href="http://career.sina.com.cn/3/2007/0928/18.html" target="_blank">吕铬</a></p>  
  39.          </div>        
  40.          <div class="pic">  
  41.           <a href="http://career.sina.com.cn/3/2007/0927/12.html" target="_blank"><img src="http://i2.sinaimg.cn/edu/deco/2007/0928/zhengru.jpg" width="109" height="87" alt="贾正如" /></a>  
  42.           <p><a href="http://career.sina.com.cn/3/2007/0927/12.html" target="_blank">贾正如</a></p>  
  43.          </div>  
  44.         <!-- 图片列表 end -->  
  45.           
  46.        </div>  
  47.        <div id="List2"></div>  
  48.       </div>  
  49.      </div>  
  50.      <div class="RightBotton" onmousedown="ISL_GoDown()" onmouseup="ISL_StopDown()" onmouseout="ISL_StopDown()"></div>  
  51.     </div>  
  52.    </div>  
  53. <style type="text/css">  
  54. <!--  
  55. .rollBox{width:704px;overflow:hidden;padding:12px 0 5px 6px;}  
  56. .rollBox .LeftBotton{height:52px;width:19px;background:url(http://i3.sinaimg.cn/edu/deco/2007/0924/career/job_mj_069.gif) no-repeat 11px 0;overflow:hidden;float:left;display:inline;margin:25px 0 0 0;cursor:pointer;}  
  57. .rollBox .RightBotton{height:52px;width:20px;background:url(http://i3.sinaimg.cn/edu/deco/2007/0924/career/job_mj_069.gif) no-repeat -8px 0;overflow:hidden;float:left;display:inline;margin:25px 0 0 0;cursor:pointer;}  
  58. .rollBox .Cont{width:663px;overflow:hidden;float:left;}  
  59. .rollBox .ScrCont{width:10000000px;}  
  60. .rollBox .Cont .pic{width:132px;float:left;text-align:center;}  
  61. .rollBox .Cont .pic img{padding:4px;background:#fff;border:1px solid #ccc;display:block;margin:0 auto;}  
  62. .rollBox .Cont .pic p{line-height:26px;color:#505050;}  
  63. .rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}  
  64. .rollBox .Cont a:hover{color:#f00;text-decoration:underline;}  
  65. .rollBox #List1,.rollBox #List2{float:left;}  
  66. -->  
  67. </style>  
  68. <script language="javascript" type="text/javascript">  
  69. <!--//--><![CDATA[//><!--  
  70. //图片滚动列表 mengjia 070816  
  71. var Speed = 10; //速度(毫秒)  
  72. var Space = 5; //每次移动(px)  
  73. var PageWidth = 132; //翻页宽度  
  74. var fill = 0; //整体移位  
  75. var MoveLock = false;  
  76. var MoveTimeObj;  
  77. var Comp = 0;  
  78. var AutoPlayObj = null;  
  79. GetObj("List2").innerHTML = GetObj("List1").innerHTML;  
  80. GetObj('ISL_Cont').scrollLeft = fill;  
  81. GetObj("ISL_Cont").onmouseover = function(){clearInterval(AutoPlayObj);}  
  82. GetObj("ISL_Cont").onmouseout = function(){AutoPlay();}  
  83. AutoPlay();  
  84. function GetObj(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}}  
  85. function AutoPlay(){ //自动滚动  
  86.  clearInterval(AutoPlayObj);  
  87.  AutoPlayObj = setInterval('ISL_GoDown();ISL_StopDown();',5000); //间隔时间  
  88. }  
  89. function ISL_GoUp(){ //上翻开始  
  90.  if(MoveLock) return;  
  91.  clearInterval(AutoPlayObj);  
  92.  MoveLock = true;  
  93.  MoveTimeObj = setInterval('ISL_ScrUp();',Speed);  
  94. }  
  95. function ISL_StopUp(){ //上翻停止  
  96.  clearInterval(MoveTimeObj);  
  97.  if(GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0){  
  98.   Comp = fill - (GetObj('ISL_Cont').scrollLeft % PageWidth);  
  99.   CompScr();  
  100.  }else{  
  101.   MoveLock = false;  
  102.  }  
  103.  AutoPlay();  
  104. }  
  105. function ISL_ScrUp(){ //上翻动作  
  106.  if(GetObj('ISL_Cont').scrollLeft <= 0){GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft + GetObj('List1').offsetWidth}  
  107.  GetObj('ISL_Cont').scrollLeft -= Space ;  
  108. }  
  109. function ISL_GoDown(){ //下翻  
  110.  clearInterval(MoveTimeObj);  
  111.  if(MoveLock) return;  
  112.  clearInterval(AutoPlayObj);  
  113.  MoveLock = true;  
  114.  ISL_ScrDown();  
  115.  MoveTimeObj = setInterval('ISL_ScrDown()',Speed);  
  116. }  
  117. function ISL_StopDown(){ //下翻停止  
  118.  clearInterval(MoveTimeObj);  
  119.  if(GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0 ){  
  120.   Comp = PageWidth - GetObj('ISL_Cont').scrollLeft % PageWidth + fill;  
  121.   CompScr();  
  122.  }else{  
  123.   MoveLock = false;  
  124.  }  
  125.  AutoPlay();  
  126. }  
  127. function ISL_ScrDown(){ //下翻动作  
  128.  if(GetObj('ISL_Cont').scrollLeft >= GetObj('List1').scrollWidth){GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft - GetObj('List1').scrollWidth;}  
  129.  GetObj('ISL_Cont').scrollLeft += Space ;  
  130. }  
  131. function CompScr(){  
  132.  var num;  
  133.  if(Comp == 0){MoveLock = false;return;}  
  134.  if(Comp < 0){ //上翻  
  135.   if(Comp < -Space){  
  136.    Comp += Space;  
  137.    num = Space;  
  138.   }else{  
  139.    num = -Comp;  
  140.    Comp = 0;  
  141.   }  
  142.   GetObj('ISL_Cont').scrollLeft -= num;  
  143.   setTimeout('CompScr()',Speed);  
  144.  }else{ //下翻  
  145.   if(Comp > Space){  
  146.    Comp -= Space;  
  147.    num = Space;  
  148.   }else{  
  149.    num = Comp;  
  150.    Comp = 0;  
  151.   }  
  152.   GetObj('ISL_Cont').scrollLeft += num;  
  153.   setTimeout('CompScr()',Speed);  
  154.  }  
  155. }  
  156. //--><!]]>  
  157. </script>  
  158. </body>  
  159. </html> 

posted @ 2011-02-17 14:13  痴人说梦  阅读(1417)  评论()    收藏  举报