Results 1 to 4 of 4

Thread: Drop Down Menu opens behind slideshow

  1. #1
    Join Date
    Aug 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Drop Down Menu opens behind slideshow

    1) Script Title: jQuery Multi Level CSS Menu #2

    2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...el_css_menu_2/

    3) Describe problem: I've gotten the drop down menu to work and thank you for your help so far. One final problem. I have a slideshow below the navigation bar and when I open the drop down menu, it opens behind the graphic. How do I get it to open over the graphic?

    Thanks again

  2. #2
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Please post a link to the page on your site that contains the problematic script or the source code so we can check it out.


    That said, sounds like a z-index problem.
    Try adding

    Code:
    style="z-index:2;"
    to the bit that is showing up behind the other bit...
    keyboard1333

  3. #3
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    It probably is a z-index problem, however it may require more Han 2, just keep increasing the number until it works, otherwise, we will need a link to the site.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  4. #4
    Join Date
    Aug 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did it. Thanks so very much!

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
  •