How can I make a navigation bar stay in the same place (even if the user scrolls down, it should stay at the top of the screen) like on facebook?
Thx Antoine
|
How can I make a navigation bar stay in the same place (even if the user scrolls down, it should stay at the top of the screen) like on facebook? Thx Antoine |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can do it with css The html code
And the css code
Hope this can help you Regards |
|||||||
|
|
Your question really needs some improvement, but here goes nothing, assuming you're talking about webpages. This is really the most easiest things to do, simply with this row of html
And a few lines of CSS.
Live example: http://jsfiddle.net/UDCw8/ |
|||
|
|