Results 1 to 3 of 3

Thread: Help with Lightbox image viewer?

  1. #1
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Lightbox image viewer?

    1) Script Title: Lightbox image viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tbox/index.htm

    3) Describe problem:
    I'm running into problems with preloadImages for my rollovers interfering with the lightbox image viewer functions? When I take out onload="preloadImages();" from the <body> tag, Lightbox works... but my rollovers don't. How can I work around this?

    Link to lightbox working on the site without the rollovers: http://www.hughbell.com/test/3d1.html

    Link to lightbox not working and rollovers working: http://www.hughbell.com/test/3d.html

    only difference is the onload="preloadImages();"

    Pretty new at this, so thank you very much for any help.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Try:

    Code:
    onload="preloadImages();initLightbox();"
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Worked perfectly. Thank you VERY much

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •