Results 1 to 3 of 3

Thread: Lightbox image viewer 2.03a

  1. #1
    Join Date
    Jan 2009
    Location
    Smyrna GA
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thumbs down Lightbox image viewer 2.03a

    1) Script Title: Lightbox image viewer 2.03a

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

    3) Describe problem: I want to have the "PREV" and "NEXT" nav buttons appear permanently instead of hover on an image. I do want to keep behavior where if it's the first image there is no "PREV" or if it's the last image there is no "NEXT"

  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 the lightbox.css file, change:

    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. The Following User Says Thank You to jscheuer1 For This Useful Post:

    tochagear (01-21-2009)

  4. #3
    Join Date
    Jan 2009
    Location
    Smyrna GA
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    John thanks for the modification

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
  •