Results 1 to 2 of 2

Thread: Dropdown Smoothmenu hiding behind drop-in slideshow.

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

    Default Dropdown Smoothmenu hiding behind drop-in slideshow.

    1) Script Title: Drop-in Slideshow Script and Smooth Navigational Menu (v1.5)

    2) Script URL (on DD):http://www.dynamicdrive.com/dynamici...ropitslide.htm and http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    3) Describe problem: I added both of the scripts to my site, problem is that the smooth drop down menu gets hidden behind the drop-in slideshow. How do I make the dropdown menu to show over the slideshow so I can see my selections when I hover over menu?

    Thanks for any help and thank you for your time!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Inside ddsmoothmenu.css, try giving the main menu container plus its LI elements a high z-index (changed in red):

    Code:
    .ddsmoothmenu ul{
    z-index:10000;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    
    /*Top level list items*/
    .ddsmoothmenu ul li{
    position: relative;
    z-index:10000;
    display: inline;
    float: left;
    }
    DD Admin

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
  •