Results 1 to 3 of 3

Thread: Overlapping jqueryslidemenu

  1. #1
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Overlapping jqueryslidemenu

    http://www.dynamicdrive.com/style/cs...el_css_menu_2/

    I have 2 jqueryslidemenus on my page. I'm modifying the look of each. The menus are close enough to each other that when you mouseover the top, it overlaps the one below. That isnt an issue, but its going behind the one below it. I'm wanting it to appear over the one below it.

    http://www.numarasoftware.com/default2.asp

    Thoughts?
    JP
    Last edited by Snookerman; 04-22-2009 at 08:31 AM. Reason: added “Resolved” prefix

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    For the z-index to work, the element has to be positioned. Add this to your code:
    Code:
    style="position:relative; z-index: 5;"
    Good luck!

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

    jpmains (01-09-2009)

  4. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    To mark this thread Resolved, you can go to your first post, click then click Go Advanced and add the Resolved prefix to the thread title. This way, it will also show up if someone searches for Resolved threads only.

Tags for this Thread

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
  •