Blinking Text

  • Thread starter Thread starter Lam
  • Start date Start date
L

Lam

Hi
I try to make the text showm in the asp:Label to have some dynamic effect
such as
blinking, scrolling. Does any one know how to do that?
Thank
 
Lam said:
Hi
I try to make the text showm in the asp:Label to have some dynamic effect
such as
blinking, scrolling. Does any one know how to do that?
Thank
Its not a function of the asp:label but clientside code. I'd suggest you
do a search on that. Once you get it in javascript its just a matter of
passing it with the .Text or using the id/name within a clientside function.
 
<blink> and its css equivelant are not supported in IE.
Tried them when I was an amateur, forgot about them.
Remembered when I tried alternative browsers and they
reappeared


: You may be able to use the Blink element.
: Here's more info:
:
http://www.blooberry.com/indexdot/html/tagpages/b/blink.htm
:
: You also may be able to use the Marquee element:
:
http://www.blooberry.com/indexdot/html/tagpages/m/marquee.htm
:
: Keep in mind these aren't exactly standard HTML, so
support will vary
: somewhat from browser to browser.
:
: --
: I hope this helps,
: Steve C. Orr, MCSD, MVP
: http://SteveOrr.net
:
:
: : > Hi
: > I try to make the text showm in the asp:Label to have
some dynamic effect
: > such as
: > blinking, scrolling. Does any one know how to do that?
: > Thank
: >
: >
:
:
 
Hi
I try to make the text showm in the asp:Label to have some dynamic effect
such as
blinking, scrolling. Does any one know how to do that?
Thank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top