fading text using div 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.
.fadeIn()
.fadeOut()
See a working demo.