Results 1 to 4 of 4

Thread: Drop-down menu hidden behind .js slideshow script

  1. #1
    Join Date
    Jul 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop-down menu hidden behind .js slideshow script

    Hello. I have tried the many great solutions posted here to get my drop down menu to show over the slideshow, but I can't get it to work. Have tried z-index several different ways with no luck. Any help is appreciated...

    http://www.kimvarneychandler.com/ACPS/index.html#

    The drop down is on "gallery" link.

    Thanks.
    Last edited by jscheuer1; 07-13-2011 at 01:03 AM. Reason: branching off the thread

  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

    Add the highlighted style as shown to the navigation section of the default.css file:

    Code:
    /*-----------------------------------------------*/
    /*---------------   NAVIGATION   ---------------*/
    /*---------------------------------------------*/
    
    /* vertical menu ---------------*/
    
    #v_navcontainer { margin: 20px 0 30px; padding: 20px; 
    
    }
    
    #v_navcontainer, #v_navcontainer  * {
    	z-index: 10;
    	position: relative;
    }
    
    #v_navcontainer ul {margin: 0;
    	padding: 0;
    	width: 120px;
    	list-style-type: none;}
    	
    #v_navcontainer ul li {
    	position: relative;
    	}
    	
    #v_navcontainer li ul {
    	posi . . .
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you!

    Thank you for your help. That did move the drop down over the white space around the photos... so I assume it's on the right div area and not on the slideshow1image area?

    Could I set something for that using z-index?

    I really appreciate this.

  4. #4
    Join Date
    Jul 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Duh

    Nope, it worked! You are a genius! Thank you so very, very much!!!!!

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
  •