Hi I have a gallery which has left floated divs in, the pictures are the backgrounds for each div, what i want is for each picture to load with a slight delay so first will load then wait say 5 seconds then the 2nd etc in a sequence, i have seen it on sites but keep forgetting to bookmark it, if possible in jquery.
i did try query but i can only get the whole lot to fadein when i want each div to fade in
so with this code:
<div id="parent">
<div class="child"></div>
<div class="child"></div>
<div class="child"></div>
<div class="child"></div>
</div>
the child elements will fade in one at a time. the first then a delay of 5 seconds and then the next and so on.
thanks