Results 1 to 3 of 3

Thread: slideshow vs. dropdown menu

  1. #1
    Join Date
    Feb 2010
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default slideshow vs. dropdown menu

    1) Script Title: Ultimate Fade-In Slideshow (v1.51)

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

    3) Describe problem:

    http://desplaines.org/defaultinprogress.asp

    When viewing this page in Firefox and Chrome after a few minutes, the Open Cube dropdown menu disappears behind the slideshow. It doesn't occur right away, only after a few minutes. I had this problem once before and used your z-index code as below in the MenuCode file just below the css reference:

    #navigation {
    position: relative;
    z-index: 10000!important;
    }

    I don't see a z-index setting in the slideshow script. Thanks for your help.

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

    Default

    you can try this
    Code:
    #master0 {
           z-index:1;
    }

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

    mws-jennifer (08-11-2010)

  4. #3
    Join Date
    Feb 2010
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    This worked great...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
  •