pokud ti staci IE only reseni, existuje neco jako marquee, presne si to nepamatuju.
Pak je moznost neco jako javascript. <span id = "x">text</span>

A nacasovat si udalost, pri ktery:

xx = getElementById("x");
xx.style.visibility = "hidden";

stridave s:
xx.style.visibility = "visible";

to by melo fungovat - viz http://www.w3.org/TR/CSS2/visufx.html#visibility

popr.
xx.style.color = "<naka barva, napr black, nebo #00FF00>";
a menit barvy.

Ovsem uziva to metodu GetElementById, ktera je relativne nova, a taky to osetreni stylu v DOM JavaScriptu nebyva uplne koser.. -to si musis vozkouset sam.