hello....
i want to do text fadein ,fade out using javascript onload page. actually i want to display text which is in database that text will appear in front end with fadein and fadeout effect. anybody plz help..............

Recommended Answers

All 3 Replies

you can change the Image source on load like -
var other_faded_img = "other_faded_img.jpg";
document.getElementById('img_1').src = other_faded_img;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.