I want to create a webpage with lightbox (or any other program that offers "") on it , but i want my lightbox to load as soon as the webpage loads completely . How can i do this ?
if you use this lightbox http:// leandrovieira . com/projects/jquery/lightbox/, you can use this concept to load a specific lightbox on document load: $(document).ready(function(){ $('#yourThingToLoad').lightBox({fixedNavigation:true}); });