Results 1 to 4 of 4

Thread: Dropdown menu conflict with FadeSlideshow

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

    Default Dropdown menu conflict with FadeSlideshow

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem: I am working on a website using the Suckerfish dropdown menu and the Fade-in Slideshow. The dropdowns are appearing behind the slideshow. I haven't changed the javascript file at all, and the changes I've made to the script on the page were just to get my pictures in the slideshow and to customize the height.

    The URL of the site is: http://www.wadleighlibrary.org/acousticcafe/cafe.shtml

    I use Dreamweaver for web design, and this problem is happening in IE8 and Firefox (those are the only two browsers I've tested). Any help would be much appreciated!

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

    Default

    Okay, I was basing this mostly off of the "offline" version of the website as I was working on it, and I uploaded the site just to offer the code. Now, looking at the online version of the site:

    IE8: The dropdowns DO show up over the slideshow, but they are very off-center.
    Firefox: The dropdowns fall behind the slideshow.

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

    Default

    It could work if you increased the z-index here:
    Code:
    li {
    	float: left;
    	position: relative;
    	width: 10em;
    	text-align: center;
    	cursor: default;
    	background-color: #7d6340;
    	z-index: 2000;
    }
    That's in firefox. Don't know about IE.

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

    Default

    Thanks, that seems to have solved it! (at least in Google Chrome and IE)

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
  •