I'm using image slide show in my site, but when i loading my site it take more time and initially page not look better one by one image. So, i want to load first loading image on the image slide and when div content is fully loaded then hide the loading image and display image slide show. so, hows this possible please help me. i'm not loading content from ajax. it's simple loading.
|
|
where |
|||
|
|
|
It depends what you want to display, a simple loading background image could be done like this: before starting with loading your content you could set a class on your Div element.
in CSS you could have
after loading you can remove the class
if you want to display more markup (html, a div with text and an image ...)
you will need to do the same but instead of using |
|||
|
|
|
This kind of depends on how you exactly are doing everything right now.. But this is about as simple as it gets: http://jsfiddle.net/JTCpB/1/ Edit: Updated that loading image to something that.. makes sense.
|
||||
|
|
|
You can use the onload event of an image and then hide your loading animation.
|
|||
|
|