怎么制做具有鼠标悬停效果滚动公告栏
解决思路: <marquee scrollAmount="2" scrollDelay="60"
onmouseover="this.stop()" onmouseout="this.start()"
direction="up" style="width:150px;height:100px;
background:#eeeeee">
<a href="http://www.flash8.net">闪客之吧</a><br>
<a href="http://www.flash8.net">闪客之吧</a><br>
<a href="http://www.flash8.net">闪客之吧</a><br>
<a href="http://www.flash8.net">闪客之吧</a><br>
<a href="http://www.flash8.net">闪客之吧</a><br>
<a href="http://www.flash8.net">闪客之吧</a><br>
<a href="http://www.flash8.net">闪客之吧</a><br>
</marquee>
