【问题标题】:superfish menu hiding behind table隐藏在桌子后面的超级鱼菜单
【发布时间】:2013-03-19 11:24:15
【问题描述】:

如果您查看以下网站的主页(仅限 IE7):

http://cmse.bemoore.com/

superfish 下拉菜单消失在桌子后面。我试过玩 z-index 无济于事。

任何人都可以提出任何建议吗?

谢谢

【问题讨论】:

    标签: jquery css internet-explorer-7 superfish


    【解决方案1】:

    我自己修好了。通过将以下 2 行添加到 .main-navig 类:

    /* Added to fix z-index bug */
    z-index: 1000;
    position: relative;
    

    基本上,包含下拉菜单的<div> 需要具有比其下方的 div 更高的 z-index。哇!认为那会更难。

    position: relative 也是关键。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多