Hi all,i'm wondering how to create vertical menu like www.tokonita.com
Can someone point me how to do it?Thanks..
Hi all,i'm wondering how to create vertical menu like www.tokonita.com
Can someone point me how to do it?Thanks..
The best way will be to view the source of this site you pointed out and learn how exactly they did it.
Looks like they are using MooTools on that website.
You don't necessarily need any JavaScript library to something as simple as that, just absolutely position a div right next to the menu item and put whatever you want in the div.
You can find many examples at DynamicDrive.
You got to very comfortable with JS+CSS+HTML aka DHTML.