Groups | Blog | Home
all groups > asp.net > december 2004 >

asp.net : Scrolling Label


David
12/26/2004 11:48:24 PM
Hello.

How can I make a scrolling label?
Or may be somebody can tell me good site of Javascripts?

Thank you.

Yunus Emre ALPÖZEN
12/27/2004 9:01:17 AM
You dont need to use javascript. You can easily handle it by using style
attribute for label. An example is here for u:

<asp:label ID="label1" runat="server" style="OVERFLOW: auto; WIDTH: 400px;
HEIGHT: 50px" > </asp:label>

--
Thanks,
Yunus Emre ALPÖZEN



[quoted text, click to view]

AddThis Social Bookmark Button