Lightbox 2 next/previous/close issues

Discussion in 'JavaScript' started by Poxicator, Aug 2, 2011.

  1. #1
    Hi
    I have, what seems to be an easy to remedy issue, that is baffling me.
    I had a slim lightbox running but the client required a little more control so Ive used Lightbox2 as a replacement. So far Ive used this page to provide a template for changing the other gallery pages:
    http://www.undercover.me.uk/2011/beetles_gallery.html

    In FF the next and previous buttons do not show, despite the hotkeys working.
    In Safari next, previous and close buttons do not show/work.

    My searches on the net didnt reveal good enough answers although I did find that providing a name to the group prompted single images to multiple images via rel="lightbox[beetles]"

    The site isnt live yet, some of the navigation may not work but I'll be implementing php for the top, side and footer navigation at some point.

    Answers and any other comments greatly appreciated. please and thanks

    MacBook Pro. OSX 10.6.7 (soon moving to Lion). DW CS5

    EDIT:

    Perhaps some other useful info:

    http://www.lokeshdhakar.com/projects...box2/#download

    The code is the default code and appears as this block:

    #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
    #prevLink { left: 0; float: left;}
    #nextLink { right: 0; float: right;}
    #prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }

    #nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
     
    Last edited: Aug 2, 2011
    Poxicator, Aug 2, 2011 IP
  2. Javed iqbal

    Javed iqbal Well-Known Member

    Messages:
    445
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #2
    i can solve it dear
     
    Javed iqbal, Aug 3, 2011 IP