views:

85

answers:

1

fading text using div tag

any help....???

+1  A: 

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.

rahul