vote up 1 vote down star

Hi,

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.

flag

The solution must be cross-browser! – Prashant Jan 27 '09 at 7:25

4 Answers

vote up 5 vote down check

There is a lot of jQuery pluging 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
link|flag
vote up 4 vote down

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.

link|flag
Those are pretty nice for CSS only! – Simucal Jan 27 '09 at 9:25
1  
the iPhone breaks hover behaviour - worth bearing in mind if you want to accommodate iPhone users. – Noel Walters Jan 27 '09 at 11:43
vote up 0 vote down

The easiest way to do this is to set up the menu in Javascript. There are a number of available Javascript libraries available to make this easier. Some of the more popular ones include:

link|flag
vote up 0 vote down

You can try to play with some lists. It's an older post on my blog about how you can do a nice breadcrumb with lists and some piece of jquery.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.