能用ASP做个无缝隙图片滚动的吗?连ACCESS的

来源:百度知道 编辑:UC知道 时间:2024/06/08 18:17:11
效果就跟它里面的产品中心效果一样
http://www.gylongli.com/

我有段代码只实现了,调用数据库图片的滚动,字是在图片后面的,该成在图片下面的该怎么做,代码如下,高手帮帮忙,感激不尽!
<TR>
<TD height=1>
<img src="Img/cnpt/pt_04.gif" width="450" height="30">
<TABLE border="2" cellSpacing="10" cellPadding=0 width="527">
<TR>
<TD width="521" height="25"><marquee direction='left' scrollAmount=2 onmouseover=stop() onmouseout=start() width="512" height="100">
<%
set rs_Product=server.createobject("adodb.recordset")
sqltext="select * from Product where Passed=true order by UpdateTime desc"
rs_Product.open sqltext,conn,1,1
Do while Not rs_product.Eof
%>
<a href="ArticleShow.asp?ArticleID=<%=rs_Product("articleid&qu

<style type="text/css">
div.image{background-color:#0000FF;}
div.scroll{margin:10px;width:720px;height:100px;overflow:hidden;background-color:#00FF00;}
div.scroll table{left:0px;width:100%;position:relative;}
div.scroll table td{white-space:nowrap;}
div.scroll table td img{height:100px;margin:0px 5px;border:0px;}
</style>
<div class="image">
<div class="scroll" onmouseover="clearInterval(timer);" onmouseout="timer = setInterval(play, 20);">
<table id="scroll_field"><tr><td>
<%
set rs_Product=server.createobject("adodb.recordset")
sqltext="select * from Product where Passed=true order by UpdateTime desc"
rs_Product.open sqltext,conn,1,1
Do while Not rs_product.Eof
%>
<a href="ArticleShow.asp?ArticleID=<%=rs_Product("articleid")%>"><img