I have an Apllication Which has many divs each having different image as background image as CSS... How can I know if the background image applied to the div is completely loaded...
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
The window.onload event is fired when the page is complete loaded, which also includes the images |
|||||||||||||
|
|
You need to 'preload' your background images first, then set them to divs You can look at this question: |
|||
|
|