Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
813 views
in Technique[技术] by (71.8m points)

jquery - How to make menu similar to menu on linkedin.com

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...