Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建一个从静态开始的菜单,然后当您到达页面中的某个点时开始滚动?
例子:
http://techcrunch.com/
http://www.beyonceonline.com
我猜想将菜单设置为 head 标签中的固定 div,使内容成为 100%x100% 动态 div,顶部边距为 50px(菜单高度不应超过 50px,但这只是我的意见),然后设置菜单 z-index= 1; 并且内容z-index= -1;在你的 CSS 中。