我看CSDN的HTML代码是:
<marquee behavior="scroll" scrollDelay=80 scrollamount="5" onmouseover="this.stop()" onmouseout="this.start()">
<script srcc="http://www.csdn.net/include/marquee.asp"></script></marquee>
我也仿效:
<MARQUEE id="marText" onmouseover="stop()" style="FONT-SIZE: 14px; LEFT: 152px; WIDTH: 432px; LINE-HEIGHT: 16px; POSITION: absolute; TOP: 3px; HEIGHT: 16px"
onmouseout="start()" scrollAmount="1" scrollDelay="90" direction="left" behavior="scroll"
width="432" bgColor="silver" height="16" runat="server">
<script src="marquee_company.aspx"></script></MARQUEE>
但是这个不行,marquee_company.aspx页面上应该怎么做??