I wan’t to make navigation bar like on linkedin.com. And I find some tutorials how to make it with html5, but as I see linked in doesn’t use html 5 there. So can somebody point me to same guide how to make bar like that?
Is it necessary to use jQuery to make menu like that?
I wan’t to make navigation bar like on linkedin.com. And I find some tutorials
Share
Just for the record: if some site doesn’t use Html5 it doesn’t mean you shouldn’t 😉
LinkedIn uses JavaScript to build the menu. There are dozens of tutorials which handle dropdown menu’s like this. Mostly it’s the easiest way to use a framework like jQuery or MooTools, but of course it can also be done with ‘regular’ Javascript.
A few tutorials:
Using jQuery: http://www.narga.net/sexy-jquery-drop-down-multi-level-menu/
Using pure JavaScript:
Hope this helps