Results 1 to 5 of 5

Thread: Jim's DHTML Menu v5.7 - Overlapping problem

  1. #1
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Jim's DHTML Menu v5.7 - Overlapping problem

    I have a top menu that drops down over a side menu. When the far left top menu drops down, it drops BEHIND the side menu. The side menu opens to the right and it works fine.

    I need to know how to make the top menu drop down IN FRONT of the side menu.

    THANKS!!

  2. #2
    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

    Make sure that the menu you want on top has a higher z-index than the menu you want it to cover and that each of the menus are either position:relative or position:absolute. One can be relative and the other absolute or both the same. Default z-index is 0. All this is done in the style for the menus or their containing divisions, example (as inline style):

    Code:
    <div style="position:relative;z-index:100">
    for the dominant menu and:

    Code:
    <div style="position:relative">
    for the one you want to be covered.

    Either or both of your menus may have position and/or z-index already defined for them in their code, an onpage stylesheet, inline style, or an external stylesheet. Best to check first.
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your help, but I used the AnyLink Drop Down Menu for the top menu and Jim's for the side menu. And I did define the z layers.

  4. #4
    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

    So, you are saying it is working now?
    - John
    ________________________

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

  5. #5
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, I have the top menu dropping down over the top of the side menu.

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
  •