Fading Images
Hi,
On a web page, i have 5 images which are placed in a div each. And all div's are hidden i.e. .div{display:none;}. All these images are positioned on the page.
SO i want is that One by One Images should FadeIn & disappear. so for e.g. Firstly Image1 will FadeIn & disappear then Image2 will FadeIn & Disappear & so on.
I can do this on a button click, But i want it to happen automatically on page load.
So which event to use.
What is the code for this?
Thank U...!!
|