找回密码
 注册
搜索
热搜: 回贴
  • 前程无忧官网首页 有什么好的平台可以
  • 最新的销售平台 互联网营销的平台有哪
  • 制作网页的基本流程 网页制作和网页设
  • 【帝国CMS】输出带序号的列表(数字排
  • 网站建设公司 三一,中联,极东泵车的
  • 织梦 建站 织梦网站模版后台怎么更改
  • 云服务官网 哪些网站有免费的简历模板
  • 如何建网站要什么条件 建网站要用什么
  • 吉林市移动公司电话 吉林省退休人员网
  • 设计类毕业论文 网站设计与实现毕业论
查看: 46|回复: 4

[求助]asp+文字滚动效果

[复制链接]
发表于 2010-1-9 04:47:02 | 显示全部楼层 |阅读模式 IP:江苏扬州
<style type="text/css">
#infozone{font-size:12px;color:#000;overflow:hidden;width:200px;height:20px;}
#infozone div{height:20px;line-height:20px;white-space:nowrap;overflow:hidden;}
</style>
<script type="text/javascript">
window.onload=function(){
var o=document.getElementById('infozone');
window.setInterval(function(){scrollup(o,20,0);},2000);
}

function scrollup(o,d,c){
if(d==c){
  var t=o.firstChild.cloneNode(true);
  o.removeChild(o.firstChild);
  o.appendChild(t);
  t.style.marginTop=o.firstChild.style.marginTop='0px';
}
else{
  var s=3,c=c+s,l=(c>=d?c-d:0);
  o.firstChild.style.marginTop=-c+l+'px';
  window.setTimeout(function(){scrollup(o,d,c-l)},100);
}
}
</script>
<meta name="keyword" content="<%=Gaobei_keywords%>">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="other/style.css" rel="stylesheet" type="text/css">
<SCRIPT language=javaScript src="Include/gaobei.js" type=text/javascript></SCRIPT>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
-->
</style>//文字滚动代码


<%
sqlgg="select top 2 * from Announce order by Time DESC"
    set rsgg=server.createobject("adodb.recordset")
    rsgg.open sqlgg,conn,1,1
if not rsgg.eof then
i=0
do while (not rsgg.eof) and (i < 2)
i=i+1
%>
<div  align="left"><a href="ggs.asp?id=<%=rsgg("id")%>"><%response.write mid(rsgg("Content"),1,55)%></a></div>
<%
rsgg.movenext
loop
else
response.write "<td align='center'>暂无消息</td>"
end if
rsgg.close
%></div>

数据库里面有两条数据 能滚动
但是滚动到第二条时 无法返回到第一条从新开始
请问各位大虾 这程序应该怎么改??
发表于 2010-1-9 04:47:06 | 显示全部楼层 IP:江苏扬州
这个比较长简单了.
回复

使用道具 举报

发表于 2010-1-9 04:47:10 | 显示全部楼层 IP:江苏扬州
多加几个进去试试,有的时候和数量有关系的
回复

使用道具 举报

发表于 2010-1-9 04:47:13 | 显示全部楼层 IP:江苏扬州
多加了几条也没有
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|小黑屋|最新主题|手机版|微赢网络技术论坛 ( 苏ICP备08020429号 )

GMT+8, 2024-9-30 13:29 , Processed in 0.225815 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表