Results 1 to 3 of 3

Thread: AnyLink Vertical Menu - Menus Hide Behind Slideshow

  1. #1
    Join Date
    Dec 2005
    Posts
    107
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy AnyLink Vertical Menu - Menus Hide Behind Slideshow

    1) Script Title: AnyLink Vertical Menu

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

    3) Describe problem: We recently added a slideshow to a website and when we did so, the vertical menu's drop out menus are now behind the slideshow. Does anyone know how to make the menus appear on top?

    Here is a demonstration link:
    http://drkineret.com/backup/

    Please help!!!!

  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 menu DIVs a higher z-index value inside the global CSS:
    Code:
    #dropmenudiv{
    border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
    background-color: #E0F2D0;
    line-height:16px;
    z-index:5000; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Arial
    }
    DD Admin

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

    Default

    Wow you are the best. That totally worked.

    You know to be honest, I had not flipping clue what the x-index tag was for. I guess that was a hard lesson.

    Thanks so 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
  •