网页里面有滚动的图片,下边还带有文字说明,当鼠标移上去的时候会停住,用Dreamweaver怎么做?

来源:百度知道 编辑:UC知道 时间:2024/05/16 14:43:50
学习网页设计的,请大家多多关照,谢谢!

文字说明就是<img alt="文字说明" src="图片路径">
好好研究一下这段代码
<table width=500 border=0 align="left" cellpadding=0 cellspacing=0>
<tr><td>
<div id=demo style=overflow:hidden;height:100;width:100%;color:#ffffff>
<table align=left cellpadding=0 cellspace=0 border=0><tr><td id=demo1 valign=top>
<table border=0 cellpadding=0 cellspacing=0>
<tr>

<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select * from [product]",conn,1,1

while not rs.eof
%>
<a href="showProductDetail.asp?id=<%=rs("id")%>" target="_blank"><img src="<%=(rs.fields.item("photo").value)%>" alt="<%=rs("productName")%>&q