Some things are so simple, yet you found out that they might just be ur major problem. Imagine that i have never done a site with a drop down menu before!!! Now i need to create one, unfortunately i didn’t get it, in fact i don’t even know how to go about it, isn’t that funny? pls if u have an idea, let me know asap
well i got one i used for my site www.talkdeygo.com you can check it out it has jquery plugin inside of it. hope it solve what you are asking for
Try it and get back to me, you can edit the links as you like
let me try, i’ll let u know. thanks
In addition to @Nimboya’s help, I think you should be aware that there are two types of dropdowns.
- Pure CSS based dropdown [Works without any effects or Javascript]
- Javascript dropdown menus [requires javascript, comes with many vanilla effects, and different javascript frameworks]
Depending on the scenario, you may choose to use any of the two. Best option though would be a non-obstrusive option that degrades from javascript to css based dropdown in case there is a javascript problem.
Try superfish jquery plugin
superfish works!