Results 1 to 7 of 7

Thread: Ultimate Fade-in slideshow (v2.4)

  1. #1
    Join Date
    Oct 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v2.4)

    Need some help with this script:

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    I have a CSS based dropdown navigation system that is just above the fade-in slide show.

    The problem is that only the top part of the dropdown menu shows. The rest of it disappears under the slideshow.

    I've run through all of the settings for the slide show, but I can't find anywhere in the code where I can force it to take a background stance under the dropdown menus.

    Does anyone have any ideas?

  2. #2
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    You need to post your CSS and HTML code for the page. Do you have the page uploaded too? What's the link to the page?

  3. #3
    Join Date
    Oct 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by mlegg View Post
    You need to post your CSS and HTML code for the page. Do you have the page uploaded too? What's the link to the page?
    http://thewinestudionh.com/index_test.php

    Scroll over the Home button.

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

    Default

    You could add a z-index to the navlist li. Try something like this:
    Code:
    #navlist li {
        color: #006699;
        display: inline;
        float: left;
        position: relative;
        z-index: 1100;
    }

  5. #5
    Join Date
    Oct 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by azoomer View Post
    You could add a z-index to the navlist li. Try something like this:
    Code:
    #navlist li {
        color: #006699;
        display: inline;
        float: left;
        position: relative;
        z-index: 1100;
    }
    That did it! Thank you!!

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

    Default Can you help me too?

    Hi,

    I am also having this problem. Can you help me? www.phitengolf.sg/test

    It's the golf products button.

    Thanks,
    Terence

  7. #7
    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 this to your stylesheet:

    Code:
    #menuContainer, #menuLayer0 {
    	position: absolute;
    	z-index: 1010;
    }
    - John
    ________________________

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

  8. The Following User Says Thank You to jscheuer1 For This Useful Post:

    terrytubby (08-15-2011)

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
  •