我想让几张图片滚动,可以出现在任意位置,具体怎么做请指教?

来源:百度知道 编辑:UC知道 时间:2024/06/25 04:53:32
麻烦各位说的傻瓜试一些,滚动代码怎么写?出现任意位置怎么修改?
谢谢了
<div style="position:absolute; left:350px; top:200px; width:316px; height:216px; z-index:1"><img src="图片连接"></div>
这是一张图,要想加5张图该怎么做?

不能滚动啊

<div style="position:absolute; left:350px; top:200px; width:316px; height:216px; z-index:1">
<marquee>
<img src="image1">
<img src="image1">
<img src="image1">
<img src="image1">
<img src="image1">
……
</marquee>
</div>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from company where cok=1 order by id desc"
rs.open sql,co