One Page Sticky导航无法在Google Chrome上运行

时间:2015-12-12 15:19:00

标签: jquery css google-chrome cross-browser sticky

我在谷歌Chrome上的粘性导航遇到了一个奇怪的问题!首先使用Firefox查看this site,然后使用Chrome。请参阅粘性菜单上的参考

它在Mozilla Firefox上运行良好。但是,当我使用谷歌浏览器访问该网站时,粘滞菜单开始废话!我不知道为什么会这样。谁能给我一个解决方案?

以下是Chrome Sticky Menu Problem On Chrome

上问题的屏幕截图

这是Live URL

2 个答案:

答案 0 :(得分:0)

尝试

.is-sticky {
    z-index: 99999;
    position: fixed;
}

这将解决您的问题

答案 1 :(得分:0)

问题已解决

问题出在我的导航区域。我在导航元素上给了z-index: 9999但是我必须把它交给标题区DIV。