marquee是html代码,写在页面文件里的,无论你是asp、asp.net、jsp还是php,用法都是一样的。以下是一个列子
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="1" scrollDelay="60" direction="up" behavior="scroll" width="100%" height="190">滚动的文字</marquee>
强烈支持
谢谢!