Hello. I am wondering how to create a floating navigation bar? (when you scroll, it will stay on top)
This is an example:
Chris_14 0 Newbie Poster
Recommended Answers
Jump to Post— JorgeM 958The link you provided does not appear to work.
If you want for a navigation menu to remain fixed in its position, wrap the menu within a div and apply the position:fixed property.
Jump to Post— mattskills 0use position:fixed; in the css element and it will stay put when scrolling.
All 5 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
weweb -2 Newbie Poster
<M/> commented: Horrible solution... -2
mattskills 0 Newbie Poster
<M/> 170 Why so serious? Featured Poster
getaprogrammer 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.