tags:

views:

540

answers:

2

I need same menu like on this site http://www.salesforce.com/aloha.jsp in wordpress theme. Multilevel dropdown mouse hover. is anybody know and trick, techniques or wp-plugin todo samelike this.

A: 

If you can integrate jQuery to your wordpress blog then you can use the superfish jquery plugin as demonstrated here. Click examples and then nav-bar style (for some reason I can't link directly).

Jason Punyon
Can u give me a tutorial about how to integrate superfish menu into wordpress?
metal-gear-solid
+1  A: 

You can also do it in straight CSS using the Suckerfish method.

And here's an alternate version that claims to be more accessible.

EDIT: Also, here's a good article by Jakob Nielsen on dropdown heuristics.

Evan Meagher