Steven Spielberg
Steven Spielberg

Reputation:

how i can make the drop down menu in jQuery

today on the forum i found somebody talking about http://educationtechnologysummit.com/sponsors-a-partners.html

i need a drop down list as same as in the page.

how i can make my own who have effect all like this.

Upvotes: 3

Views: 98

Answers (1)

Robert Koritnik
Robert Koritnik

Reputation: 105019

If you're referring to the nice animated drop down menu, this website will help you build something very similar: http://www.queness.com/post/1047/easy-to-style-jquery-drop-down-menu-tutorial

This techniques is the simplest you can use and doesn't require a plugin to do it. Adjust animation speeds and other things that you need.

Unfortunately, the site you're referring to uses Mootools... :) But if you're into jQuery plugins you should be looking for animated menu jquery plugin

Upvotes: 3

Related Questions