jenny

jenny

  • NA
  • 1
  • 0

having problem in marquee in visual studio.net 2005

Oct 4 2006 5:54 AM
 

<table class="marqueetable" style="width: 352px; height: 242px">

<tr>

i have assigned a label to get the text from a text file... but when i run my webpage the words scrool up but gets stuck on top and a new text scroll again and get stuck on top..
can some one please help me...

here is my code

<
td style="height: 202px">

<marquee behavior="scroll" direction="up" scrollamount="1" scrolldelay="50" onmouseover="this.stop()" onmouseout="this.start()" style="left: 0px; position: relative; top: 0px; text-align: center; width:300px; height: 265px;" id="MARQUEE1"><BR />Member's Visit <BR />Partner's Visit<BR /><asp:Label style="Z-INDEX: 100; LEFT: 26px; POSITION: absolute; TOP: 99px" id="Label1" runat="server" Height="150px" Width="258px" Text="Label" __designer:wfdid="w1"></asp:Label></marquee>

</td>

</tr>

</table>