Results 1 to 4 of 4

Thread: submenu showing underneath image

  1. #1
    Join Date
    Aug 2005
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default submenu showing underneath image

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

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

    3) Describe problem: this is the URL I'm dealing with.

    http://lapelpins-on-sale.com/index-test-2.php

    In IE6 & 7 the sub menu seems to come underneath the slider just beneath it.

    I'm assuming this is a z-index issue yet I've tried to resolve this multiple times with that.

    Any ideas on how to resolve?
    Last edited by Snookerman; 04-22-2009 at 07:57 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 z-index to work, the element has to be positioned, add this to your CSS code:
    Code:
    .jqueryslidemenu {
    position: relative;
    z-index: 1000;
    }
    Good luck!

  3. #3
    Join Date
    Jun 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem: RESOLVED

    Thanks Snookerman.

    All is good.

    Appreciate your help!

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

    Default

    You're welcome, glad to help!
    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

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
  •