Results 1 to 5 of 5

Thread: Slideshow obscuring dropdown navigation menu

  1. #1
    Join Date
    Jan 2007
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slideshow obscuring dropdown navigation menu

    1) Script Title: All Levels Navigational Menu (v2.2)

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

    3) Describe problem:
    My All Levels Navigational Menu (v2.2) is being obscured by Ultimate Fade-in slideshow (v2.1). I know it has something to do with the z-index, etc. but where/what code do I insert to get the menu dropdowns to come out over the slideshow images? Thanks.

  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

    You can go through the css files you are using for the menu and find all references to z-index. Multiply each of those values by 100. If that doesn't fix it:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2007
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    You can go through the css files you are using for the menu and find all references to z-index. Multiply each of those values by 100. If that doesn't fix it:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    Thanks John. I tried but it didn't do the trick.
    http://www.stractech.com/fast-system.php

  4. #4
    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

    Put this at the beginning of you ddsmoothmenu.css file:

    Code:
    .ddsmoothmenu, .ddsmoothmenu * {
    position: relative;
    z-index: 10000!important;
    }
    - John
    ________________________

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

  5. #5
    Join Date
    Jan 2007
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did it, thanks!!!

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
  •