Results 1 to 2 of 2

Thread: Continuous Reel Slideshow with a drop down menu

  1. #1
    Join Date
    May 2010
    Posts
    15
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Continuous Reel Slideshow with a drop down menu

    1) Script Title: Continuous Reel Slideshow

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

    3) Describe problem: I have used the continuous reel slideshow with a css controlled drop-down menu. The problem is that the drop-down part of the menu disappears behind the slideshow. Here's the url: http://www.goodwebdesignuk.com/landl/

    Thank you

    Vix

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

    Default

    Try giving your CSS menu a high z-index value inside its CSS, for example:

    Code:
    #nav_02 ul {
    			font-family: Arial, Verdana;
    			font-size: 14px;
    			margin: 0;
    			padding: 0;
    			list-style: none;
    			text-align: left;
    			z-index:10000;
    		}
    DD Admin

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

    vix (11-05-2010)

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
  •