Progress bar on page load
When We type my web site url in address bar and press enter or go button...first progress should come untill whole page is not loaded.Actully i tried more time but when progress bar disappear my whole page not loaded..plz reply soon ..

Sunny SharmaPosted Jun 15, 2013, 4:29 AM
Saurabh BhardwajPosted Jun 15, 2013, 4:02 AM
Sunny SharmaPosted Jun 15, 2013, 3:38 AM
I suggest you to follow this pattern:
-----------------------------------------
//Page Contents Goes Here...
--------------------------------------------------------------
The trick behind the scene is, the main div "ContainDiv" is hidden by default and PreLoader Div is shown with a GIF image ("could be anything from text, image, etc.).
As soon the page loads, onload event gets fired and it sets the display property of PreLoader to none and ContanerDiv to block, that's it. Cheers!
Do mark this as answer if it helps.
Happy Coding:)
Thanks