I'm not sure how to do this (most likely a javascript) but I have a table row on a page that has a marquee scroll all the way across it (left to right) but only loops once. After it looks once, I want that TR to diplay some text. Here is the TR code:
<TR>
<TD colspan="2"><MARQUEE BEHAVIOR="scroll" LOOP="1" SCROLLAMOUNT="25" DIRECTION ="right"><IMG SRC="im
g/testcar.gif"></MARQUEE>
<P ALIGN="RIGHT">
<FONT FACE="Arial" SIZE="2">CARS RULE!</FONT></P>
</TD>
</TR>
But how do I get the test to delay until after the marquee?
Cheryl
<TR>
<TD colspan="2"><MARQUEE BEHAVIOR="scroll" LOOP="1" SCROLLAMOUNT="25" DIRECTION ="right"><IMG SRC="im
g/testcar.gif"></MARQUEE>
<P ALIGN="RIGHT">
<FONT FACE="Arial" SIZE="2">CARS RULE!</FONT></P>
</TD>
</TR>
But how do I get the test to delay until after the marquee?
Cheryl