Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Marquee and TD tags

Status
Not open for further replies.

CherylD

Programmer
May 1, 2001
107
CA
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=&quot;2&quot;><MARQUEE BEHAVIOR=&quot;scroll&quot; LOOP=&quot;1&quot; SCROLLAMOUNT=&quot;25&quot; DIRECTION =&quot;right&quot;><IMG SRC=&quot;im
g/testcar.gif&quot;></MARQUEE>
<P ALIGN=&quot;RIGHT&quot;>
<FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;>CARS RULE!</FONT></P>
</TD>
</TR>

But how do I get the test to delay until after the marquee?

Cheryl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top