April 6, 201313 yr Can someone help me figure out how to create the navigation displayed in the header on top of this page? themes[DOT]iki-bir[DOT]com/ikaros/ (Replace [DOT] with ".") If someone could give me some direction to learning how to make these types of navigations, I'd really much appreciate it. Edited April 6, 201313 yr by TeaTree
April 6, 201313 yr Your shortcut to learning this method (aside from tutorials) is using a tool like Chrome Developer to Firebug in Firefox and having a look at the source code. It's pretty standard stuff at first glance - that is - there doesn't appear to be any additional JS. Have a look at the code and do a bit of trial and error - it's the best way to learn in my opinion. Just noticed that the navigation uses selectnav http://lukaszfiszer.github.io/selectnav.js/ for smaller screens.
April 6, 201313 yr One of the fastest ways would be to use a framework like Bootstrap. Then use the navigation classes using this tutorial. With a bit of custom coding, you'd get there
Create an account or sign in to comment