Help : Lightbox on load

Discussion in 'HTML & Website Design' started by muchochiz, Jun 6, 2011.

  1. #1
    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 ?
     
    muchochiz, Jun 6, 2011 IP
  2. webdesignbarrie

    webdesignbarrie Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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});
    });
     
    webdesignbarrie, Jun 9, 2011 IP
  3. muchochiz

    muchochiz Active Member

    Messages:
    148
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    i use huddletogether's lightbox can anyone please help me on how to do this ?
     
    muchochiz, Jun 19, 2011 IP