fading text using div tag
fading text using d开发者_StackOverflow社区iv tag
any help....???
Since your question is not so clear, I assume you want javascript to do this. If you can use jQuery then, you can use .fadeIn()
and .fadeOut()
to achieve this effect.
See a working demo.
精彩评论