求助滚动网页效果

来源:百度知道 编辑:UC知道 时间:2024/05/29 05:38:24
DIV id=marquees>
<table width="210" height="150" border="0" cellpadding="0" cellspacing="1" bgcolor="#BCDBF8" >
<tr>
<td bgcolor="#FFFFFF">
<table width="100" height="150" border="0" cellpadding="0" cellspacing="0" class="body">
</table>
首页小滚动</a>
</marquee></td>
</tr>
</table>
</DIV>
<SCRIPT>

marqueesHeight=870;
stopscroll=false;
with(marquees){
noWrap=true;
style.width=0;
style.height=marqueesHeight;
style.overflowY="hidden";

onmouseover=n

很遗憾的告诉你你的代码是有点问题,复制粘贴后我的没有效果(dwcs3里)。给你一段大概是你要的效果的吧……

<marquee direction="up" width="100%" height="100%" scrollamount="3" scrolldelay="100" onMouseOver="this.stop()" onMouseOut="this.start()">这里填写你要的内容</marquee>

去soso看看