Results 1 to 3 of 3

Thread: Lightbox 2.03a prev/next box border showing

  1. #1
    Join Date
    Dec 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Lightbox 2.03a prev/next box border showing

    1) Script Title: Lightbox image viewer 2.03a

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

    3) Describe problem: First of all, the problem is only in Firefox, IE and Opera are fine. Go to http://www.rivervalleylodgeandcampground.com/lodge.html and then click on (enlarge) one of the bottom four images. Now click on Next and when the next image comes up you will see the dotted border around either the left or right side of the image. Is there a cure for this or is this something we just live with?
    Happy New Year,
    Don

  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

    That's odd, because it usually doesn't do that, ah - I see you edited the style or are using different style than from the demo page. In any case, to fix it, in your lightbox.css, addition red:

    Code:
    #hoverNav a {
      background-color: transparent;
      outline-style:none;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Dec 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    That's odd, because it usually doesn't do that, ah - I see you edited the style or are using different style than from the demo page. In any case, to fix it, in your lightbox.css, addition red:

    Code:
    #hoverNav a {
      background-color: transparent;
      outline-style:none;
    }
    Thanks a bunch, it worked like a charm!
    Don

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
  •