Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make dropdown menu like "delicious" and "google"?

I want to make a dropdown menu like delicious has at this http://delicious.com/search?context=all&p=sql&lc=1 page. In this page click the arrow which is with "Search" button. On click it displays a drop down menu, I want the same menu style but on my page I am having a link, what I want with that link a simple small icon will be displayed and on click of the link or that menu image, a dropdown menu will open.

Google has also done the same thing, http://www.google.co.in/firefox?client=firefox-a&rls=org.mozilla:en-US:official click on the "more" link in the top menu displayed.

I want to use minimal javascript, I prefer JQUERY.

like image 945
djmzfKnm Avatar asked Jan 27 '09 07:01

djmzfKnm


3 Answers

There is a lot of JQuery plugins that create a drop down list (Menu) like delicious.
you can use:

  1. JdMenu
  2. Drop down menu with jquery
  3. Free CSS Drop-Down Menu Framework
like image 77
ecleel Avatar answered Nov 15 '22 05:11

ecleel


I always recommend Son of Suckerfish for menus like this. CSS only, so it works even for users without scripting, and is extremely lightweight and fast for it.

like image 39
annakata Avatar answered Nov 15 '22 07:11

annakata


here is a tutorial on creating the top navigational menu found in google

http://blog.geotitles.com/2011/09/creating-the-new-top-black-bar-found-in-google-and-all-its-products/

like image 31
Shreyas Avatar answered Nov 15 '22 06:11

Shreyas