Results 1 to 3 of 3

Thread: Simple Controls Gallery v1.4 and Lightbox image viewer

  1. #1
    Join Date
    Jun 2011
    Location
    Maplewood, MO
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Simple Controls Gallery v1.4 and Lightbox image viewer

    1) Script Title: Simple Controls Gallery v1.4 and Lightbox image viewer

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

    3) Describe problem: I'm using both scripts on a page and when the popup for lightbox comes up the gallery is in front of it. Here's a link to the page where the problem is occurring http://gousapowersports.com/trike.html

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    in the lightbox.css file you could add what is highlighted below:
    Code:
    #lightbox{
    	background-color:#eee;
    	padding: 10px;
    	border-bottom: 2px solid #666;
    	border-right: 2px solid #666;
            z-index: 2000 !important;
    	}
    To make it look right you also need to add this
    Code:
    #overlay {
        background-image: url("overlay.png");
        z-index: 1900 !important;
    }
    hope that works ?
    Last edited by azoomer; 06-01-2011 at 08:58 PM.

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

    badinerie (06-02-2011)

  4. #3
    Join Date
    Jun 2011
    Location
    Maplewood, MO
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Thanks!

    Works great, 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
  •