Results 1 to 4 of 4

Thread: Lightbox V2.03.3

  1. #1
    Join Date
    Jan 2009
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Lightbox V2.03.3

    1) Script Title:

    Lightbox

    2)url

    http://www.dynamicdrive.com/dynamici...box2/index.htm

    3) Describe problem:

    I have a couple of minor issue with this script. One is in IE7, on some images I am getting scroll bars on the caption section below the image - I cannot work out why.

    Secondly in Firefox when i click an image, the image starts somewhere in the middle of the image gallery rather than image 1 of xx - IE here is fine.

    If anyone could help that would be great.

    The url I am working on is

    http://www.nationwideltd.co.uk/elect...rage-doors.php

    Though I am still working on this right now trying to solve it so may change a bit.

    Thanks a lot

  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

    In IE 7, though it looks like you've fixed this, it appears that you are using the css for a later version of lightbox. If you are still having that problem, use this css:

    http://www.dynamicdrive.com/dynamici...s/lightbox.css

    In FF, you have your links here:

    Code:
      </tr>
      <!-- Gallery images-->
    
      
      <a href="images/woodgrain_door_large.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/two_white_doors.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/4_green_doors.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/garage_with_visi.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/large_white_doors.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/external_fit.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/linked_external.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/resident.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/doubledoor.jpg" rel="lightbox[garagedoors]"></a>
    
      <a href="images/insidecasing.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/usingremote.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/g-garage-large.jpg" rel="lightbox[garagedoors]"></a>
      <!--Footer below here-->
    </table>
    </div>
    In an invalid location. FF shifts them to the beginning of the page in the DOM. You may move them here (after the closing </table> tag):

    Code:
      </tr>
    </table>
      <!-- Gallery images-->
    
      
      <a href="images/woodgrain_door_large.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/two_white_doors.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/4_green_doors.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/garage_with_visi.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/large_white_doors.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/external_fit.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/linked_external.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/resident.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/doubledoor.jpg" rel="lightbox[garagedoors]"></a>
    
      <a href="images/insidecasing.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/usingremote.jpg" rel="lightbox[garagedoors]"></a>
      <a href="images/g-garage-large.jpg" rel="lightbox[garagedoors]"></a>
      <!--Footer below here-->
    </div>
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    ollyno1uk (01-15-2009)

  4. #3
    Join Date
    Jan 2009
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Hi John and thanks a lot for taking the time to help.

    I will move the gallery - I see why this has happened.

    With regards to IE7 - I added the margin:0 and padding:0 to the body tag within CSS which cured most issues though on images 14 and 15 I still am getting a scroll bar appear right where the caption is.

    Thanks again

  5. #4
    Join Date
    Jan 2009
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Ah I hadn't correctly changed to the CSS file you mentioned - this cleared up the problem.

    Thanks a lot

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
  •