Results 1 to 3 of 3

Thread: Lightbox Viewer 2 Next/Previous Buttong

  1. #1
    Join Date
    Oct 2005
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lightbox Viewer 2 Next/Previous Buttong

    1) Script Title: Lightbox Viewer 2

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

    3) Describe problem: This is a beautiful script btw. Thank you to the person who made it.

    Currently the next and previous button only shows up when the mouse is hovered over the image. I would like to change it so that the buttons will show up right after it finish loading the image. This way, viewers don't forget that there are more images.

  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

    Change (in lightbox.css):

    Code:
    #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; }
    to:

    Code:
    #prevLink { background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink { background: url(../images/nextlabel.gif) right 15% no-repeat; }
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2005
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John, You are awesome. As always, thank you.

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
  •