Results 1 to 3 of 3

Thread: Help with Lightbox placement in Firefox

  1. #1
    Join Date
    Feb 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Lightbox placement in Firefox

    1) Script Title: Lightbox JS v2.04

    2) Script URL (on DD): http://home.comcast.net/~jscheuer1/side/lightbox2.04a/

    3) Describe problem: I realize the above is not from this website, but it was a link given to another poster here awhile ago from this post - http://www.dynamicdrive.com/forums/s...ad.php?t=50238

    I posted on here before and received some excellent advice from bluewalrus. I am back for some more help please. It seems that when people view my photos through the lightbox viewer on Firefox, the viewer appears way on the bottom of the page so you have to scroll down to see it. I do not see that problem in IE. Any insights?

    My website is http://www.kundavega.com/photography.htm

    Thanks so much in advance!

    Rachel

  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

    You probably just need a valid URL DOCTYPE, add the highlighted as the very first thing in your source code as shown:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    
    <head>
    
    
    <link rel="stylesheet" href="lightbox.css" type="text/css" media="screen">
    
    <script type="text/javascript" src="prototype.js"></script>
    <script type="text/javascript" src="scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript" src="lightbox.js"></script>
    
    </head>
     . . .
    - John
    ________________________

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

  3. #3
    Join Date
    Feb 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Works perfectly now John! Thank you so much

    xo Rachel

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
  •