Multi-Level Menu is disappeared

Forums Forums Menus Multi-Level Menu is disappeared

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #584
    Anonymous
    Member

    we have on the homepage http://www.genclik.de plugin used to drop-down menu to get. Under the item "Resimler" is the last page behind the Youtube plugin disappeared. How can I the drop-down menu in the foreground?

    Erkan

    #4995
    phillwv
    Member

    Can’t help, but admin is flat out, he said, till feb 5.
    You might use smaller font in menu as a workaround.

    I’m really commenting here to let you know in IE7 your menu items are a line above the background gradient image. Ironically, it solves your problem in that browser :0))

    #4996
    Chark
    Member

    You could make sure the your z-index for the menu is over like 1000 and make the background of the youtube flash transparent by adding

    wmode="transparent"

    to the embed src and/or  <param name="wmode" value="transparent" />

    That takes care of a drop down menu from disappearing.

    #4997

    Thanks Chark <img decoding=” title=”Smiley” />

    #4998
    Anonymous
    Member

    Thanks for the help, here’s the beginning of my CSS.
    (In case anyone doesn’t know where to put the z-level line.)

    #suckerfishnav
    {
    background:url("../multi-level-navigation-plugin/images/menu_background.jpg") repeat-x;
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    position: absolute;
    top:120px;
    width:980px;
    z-index: 1000
    }

    #4999

    Thanks mathias <img decoding=” title=”Smiley” />

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.