Jquery中文网 www.jquerycn.cn
Jquery中文网 >  脚本编程  >  javascript  >  正文 jquery仿flash 个性实用的新闻图片联动标题效果

jquery仿flash 个性实用的新闻图片联动标题效果

发布时间:2017-06-27   编辑:www.jquerycn.cn
jquery中文网为您提供jquery仿flash 个性实用的新闻图片联动标题效果等资源,欢迎您收藏本站,我们将为您提供最新的jquery仿flash 个性实用的新闻图片联动标题效果资源
提示:您可以先修改部分代码再运行

<textarea name="runcool" rows="28" cols="75" > <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>个性实用的新闻图片联动效果(一)</title> <meta http-equiv="content-type" content="text/html;charset=gb2312"> <style type="text/css"> a{display:block;font-size:15px;height:18px;line-height:18px;text-decoration:none;color:#333;font-family:Arial;font-size:12px; border-bottom:1px solid #aaa;} .shell{float:left;border-left:1px solid #aaa;width:400px;padding:0px 2px 0px 20px;overflow:hidden;} .core{height:190px;position:relative;overflow:hidden;} #core-absolute{} .imgBox{} .imgBox img{width:400px;height:190px;padding:0;margin:0;display:block;} </style> </head> <body> 说明:一轮结束后从头开始。

jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果 jquery仿flash 个性实用的新闻图片联动标题效果
图片说明一 图片说明二 图片说明三 图片说明四 图片说明五 图片说明六 图片说明七 图片说明八 图片说明九 图片说明十
<script language="javascript"> function linkage(imgB,coreD,wtime){ var imgBox=document.getElementById(imgB); var coreD=document.getElementById(coreD); can=true; coreD.onmouseover=function(){can=false}; coreD.onmouseout=function(){can=true} var Max=parseInt(imgBox.scrollHeight/2); new function(){ var Stop=parseInt(coreD.style.top)==0&&!can; if(!Stop){ var x= parseInt(coreD.style.top); x==171?(x=0,coreD.style.top=0 "px",imgBox.scrollTop=0):(imgBox.scrollTop =10,x ,coreD.style.top=x "px"); } setTimeout(arguments.callee,parseInt(coreD.style.top)?10:wtime) } } linkage("imgBox","core-absolute",1500); </script> </body> </html></textarea>
提示:您可以先修改部分代码再运行

您可能感兴趣的文章:
jquery仿flash 个性实用的新闻图片联动标题效果
40个有创意的jQuery图片、内容滑动及弹出插件收藏集之一
40个有创意的jQuery图片和内容滑动及弹出插件收藏集之三
基于jquery的滚动新闻列表
网页超级链接
html5是什么?html5的介绍以及优缺点总结
精心收集的jQuery常用的插件1000
jQuery的插件列表(2010-1-25更新)
jQuery实现的类flash菜单效果代码
40个有创意的jQuery图片和内容滑动及弹出插件收藏集之二

[关闭]