本文实例为大家分享了js信息滚动效果的具体代码,供大家参考,具体内容如下
向上无缝滚动:
向上无缝滚动 body { font-size: 12px; line-height: 24px; text-algin: center; } * { margin: 0px; padding: 0px; } ul { list-style: none; } a img { border: none; } a { color: #333; text-decoration: none; } a:hover { color: #ff0000; } #mooc { width: 399px; border: 5px solid #ababab; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; box-shadow: 2px 2px 10px #ababab; margin: 50px auto 0; text-align: left; } #moocTitle { height: 62px; overflow: hidden; font-size: 26px; line-height: 62px; padding-left: 30px; background-image: -moz-linear-gradient(top, #f05e6f, #c9394a); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f05e6f), color-stop(1, #c9394a)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fa1ff', endColorstr='#f05e6f', GradientType='0'); border: 1px solid ##f05e6f; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; color: #fff; position: relative; } #moocTitle a { position: absolute; right: 10px; bottom: 10px; display: inline; color: #fff; font-size: 12px; line-height: 24px; } #moocBot { width: 399px; height: 10px; overflow: hidden; } #moocBox { height: 144px; width: 335px; margin-left: 25px; margin-top: 10px; overflow: hidden; } #mooc ul li { height: 24px; } #mooc ul li a { width: 180px; float: left; display: block; overflow: hidden; text-indent: 15px; height: 24px; } #mooc ul li span { float: right; color: #999; } 最新课程更多>>
- 1.学会html5 绝对的考高分逆袭(案例)2013-09-18
- 2.tab页面切换效果(案例)2013-10-09
- 3.圆角水晶按钮制作(案例)2013-10-21
- 4.HTML+CSS基础课程(系列)2013-11-01
- 5.分页页码制作(案例)2013-11-06
- 6.导航条菜单的制作(案例)2013-11-08
- 7.信息列表制作(案例)2013-11-15
- 8.下拉菜单制作(案例)2013-11-22
- 9.如何实现“新手引导”效果2013-12-06
间歇性滚动:
新闻无缝向上无缝滚动 body { font-size: 12px; line-height: 24px; text-algin: center; } * { margin: 0px; padding: 0px; } ul { list-style: none; } a img { border: none; } a { color: #333; text-decoration: none; } a:hover { color: #ff0000; } #mooc { width: 399px; border: 5px solid #ababab; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; box-shadow: 2px 2px 10px #ababab; margin: 50px auto 0; text-align: left; } #moocTitle { height: 62px; overflow: hidden; font-size: 26px; line-height: 62px; padding-left: 30px; background-image: -moz-linear-gradient(top, #f05e6f, #c9394a); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f05e6f), color-stop(1, #c9394a)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fa1ff', endColorstr='#f05e6f', GradientType='0'); border: 1px solid ##f05e6f; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; color: #fff; position: relative; } #moocTitle a { position: absolute; right: 10px; bottom: 10px; display: inline; color: #fff; font-size: 12px; line-height: 24px; } #moocBot { width: 399px; height: 10px; overflow: hidden; } #moocBox { height: 144px; width: 335px; margin-left: 25px; margin-top: 10px; overflow: hidden; } #mooc ul li { height: 24px; } #mooc ul li a { width: 180px; float: left; display: block; overflow: hidden; text-indent: 15px; height: 24px; } #mooc ul li span { float: right; color: #999; } 慕课网最新课程更多>>
- 1.学会html5 绝对的考高分逆袭(案例)2013-09-18
- 2.tab页面切换效果(案例)2013-10-09
- 3.圆角水晶按钮制作(案例)2013-10-21
- 4.HTML+CSS基础课程(系列)2013-11-01
- 5.分页页码制作(案例)2013-11-06
- 6.导航条菜单的制作(案例)2013-11-08
- 7.信息列表制作(案例)2013-11-15
- 8.下拉菜单制作(案例)2013-11-22
- 9.如何实现“新手引导”效果2013-12-06
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持考高分网。



