jQuery仿新浪微博淡入淡出文字向下滚动效果


<!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>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>新浪微博滚动</title>
<script language="javascript">
$(function(){
var scrtime;
$("#con").hover(function(){
clearInterval(scrtime);
},function(){
scrtime = setInterval(function(){
var $ul = $("#con ul");
var liHeight = $ul.find("li:last").height();
$ul.animate({marginTop : liHeight+40 +"px"},1000,function(){
$ul.find("li:last").prependTo($ul)
$ul.find("li:first").hide();
$ul.css({marginTop:0});
$ul.find("li:first").fadeIn(1000);
});
},3000);
}).trigger("mouseleave");
});
</script>
<style type="text/css">
<!--
*{ margin:0; padding:0;}
ul,li{ list-style-type:none;}
body{ font-size:13px; background-color:#999999;}
#con{ width:700px; height:400px; margin:10px auto; position:relative; border:1px #666 solid; background-color:#FFFFFF;
overflow:hidden;}
img{border:0px;}
#con ul{ position:absolute; margin:10px; top:0; left:0; padding:0;}
#con ul li{ width:100%;  border-bottom:1px #333333 dotted; padding:20px 0; overflow: }
#con ul li a{ float:left;  border:1px #333333 solid; padding:2px;}
#con ul li p{ margin-left:68px;line-height:1.5;  padding:10px;}
-->
</style>
<body>
<div id="con">
<ul>
<li> <a href="#"><img src="http://www.jzxue.com/System/uploads/allimg/110720/1023370.jpg" /></a>
<p class="vright">王泡小泡:姐妹儿发短信来,说:在凤凰,苗人表演火炬烧JJ,沿着众人疯跑,群情激烈,无数女人手伸进裤内验证,此般特技谋生的故事充满神秘的冷血喜感。我看到短信,想了大约两秒钟,给她回复:是硬的吗? </p>
</li>
<li> <a href="#"><img src="http://www.jzxue.com/System/uploads/allimg/110720/1023370.jpg" /></a>
<p class="vright">抽牙:你们班想虐待我们足球?!你当我们垃圾哦!没这么容易,哈哈2比2打平,激死你们!很不爽?发声了?不顺就发火吧,发火吧。看你们发过也几爽下。 </p>
</li>
<li> <a href="#"><img src="http://www.jzxue.com/System/uploads/allimg/110720/1023370.jpg" /></a>
<p class="vright">新快杨峻:珠海航展,一快60岁美国老头,驾驶着老爷机,在空中做出低空倒飞冲场、极速拉升、螺旋升空等高难度动作,我真担心……他下来后告诉我,这种激情和快乐是无与伦比的。爷,俺畏高……体会不到…… </p>
</li>
<li> <a href="#"><img src="http://www.jzxue.com/System/uploads/allimg/110720/1023370.jpg" /></a>
<p class="vright">走笔天涯:广发卡一面。四个人的无领导小组讨论还被我们给搞砸了,哎……找工作这P事儿先放放吧,看看书过过自己的日子~~ </p>
</li>
</ul>
</div>
</body>
</html>
« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3