Hello guys. I am wondering how to create a floating navigation bar (when you scroll, it stays on the top)? Something similar to: http://templendo.com Thank you in advance.
I don't know how to do it personally, but I had a quick Google for you and wondering if any of these website can help.. http://stackoverflow.com/questions/15388857/css-header-to-stay-in-top-of-container http://www.1stwebdesigner.com/tutorials/create-stay-on-top-menu-css3-jquery/ http://lifeinthegrid.com/simple-css-fixed-header/ Hope these tutorial / how to pages help.
You make the navigation bar. Lets suppose its a div. Add this style (at CSS) #navbar{position:fixed; top:0; margin:0; left:0; width:100%} And thats it!