如何使导航栏显示在滚动条上

How to get navbar to appear on scroll?

本文关键字:滚动条 显示 何使 导航      更新时间:2023-09-26

下面是一个示例:https://www.waveapps.com/pro-network/

当您开始滚动时,导航栏将消失,然后重新出现。我该如何实现这样的目标?

I am using Rails as my framework, along with Twitter Bootstrap.

如有任何帮助,我们将不胜感激。

干杯!

您可以为滚动事件设置事件处理程序,并使用scrollTop()函数获取当前滚动位置。

以下是教程:http://www.sutanaryan.com/how-to-create-fixed-menu-when-scrolling-page-with-css-and-jquery/