Results 1 to 3 of 3

Thread: lightbox shows under nav bar

  1. #1
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Question lightbox shows under nav bar

    Hi again. I just made 2 lightbox image galleries. There is 1 gallery on the Units > upper 4 bedroom and also on lower 2 bedroom.

    The thumbnails show properly but when you click on a thumbnail the larger image shows with the nav menu over it. How can I fix this so that the larger image shows correctly?

    the main css for the site

    css for the css3 menu nav bar

    css for visual lightbox

    http://hamptonsunrise.com/index_file...allightbox.css

  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

    At the beginning of index_files/vlb_files1/visuallightbox.css, add the 0's as shown:

    Code:
    #vlb1overlay{
    	position:absolute;
    	top:0;
    	left:0;
    	z-index: 1900;
    	width:100%;
    	height:auto;
    	background-color:#bfbfbf;
    }
    
    #vlb1lightbox{
    	position:absolute;
    	top:20px;
    	left:0;
    	width:100%;
    	z-index: 2000;
    	text-align:center;
    	color:#151410;
    	line-height:0;
    - 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:

    mlegg (05-20-2014)

  4. #3
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    Thanks John. I was editing a z index in the wrong folder

Similar Threads

  1. Replies: 1
    Last Post: 01-20-2012, 06:27 PM
  2. Lightbox's shadow shows only partly
    By ami in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 07-16-2009, 12:41 PM
  3. Ip thats shows on site.
    By curious5 in forum Looking for such a script or service
    Replies: 13
    Last Post: 06-29-2007, 06:54 PM
  4. Your fav. shows - :)
    By pcbrainbuster in forum The lounge
    Replies: 43
    Last Post: 04-12-2007, 06:00 PM
  5. Nothing shows below iframe
    By nitish in forum HTML
    Replies: 4
    Last Post: 08-04-2006, 09:01 AM

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
  •