Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I need to create a page with four div . Each div will load different images and the divs will be side my side.
the thing is that the size of each image are not equal and have different loading time. i need to show image loading progress bar in each div. before the particular image loads on each div.

Please help.....

Thanx in advance..
Posted

1 solution

I just tried example given here http://jqueryfordesigners.com/image-loading/[^]

This example contains single div. you can implement it in the same way for rest 3 div.
you may also require to set attribute for height and width of image equal to respective div to fit the image in div.

Try it, may be it work for you.

Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900