运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
AخA
 
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=UTF-8">
5
<title>漂亮的评论滚动效果,带头像图片一起滚动</title>
6
<style>
7
html,body{font-family:Verdana,sans-serif; font-size:12px;}
8
ul{padding:0;} 
9
a:link{text-decoration:none;}
10
.box {padding:30px 0 30px 0;background: #C05732;}
11
.box_content a {color:#E6E5CC;}
12
.box_content {clear:both; overflow:hidden; width:287px; padding:0 0 0 30px;}
13
.r_comments{position:relative; height:262px;}
14
.r_comments ul{list-style:none outside none; margin-left:0px; border-top:1px dashed #a04524;}
15
.r_comments ul li{padding:5px 0px; line-height:20px; border-bottom:1px dashed #8C391C; border-top:1px dashed #D08364;}
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
x
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
JS评论滚动,仿新浪微博
分类
网站常用
描述
JavaScript评论滚动效果,仿新浪微博大厅文字滚动效果,以前有不少人膜拜的效果,现在被模仿的到处都是啦,呵呵,今天这个仍是模仿的,评论和头像一起向下滚动,最新的一条带渐变淡入淡出,无缝循环向下滚动,觉得不错的就顶下。
收藏