利用behavior="slide",来个定时重写:<marquee id="marquee1" scrollAmount=4 onmouseover=stop() onmouseout=start() width=300 height=20 direction=left behavior="slide">经典论坛</marquee>
<script>
setInterval("marquee1.outerHTML=marquee1.outerHTML",10000);
</script>