Link to home
Start Free TrialLog in
Avatar of theGhost_k8
theGhost_k8Flag for India

asked on

how to create experts-exchange like horizontal sliding menu with more button and sliding animation?

I want to create the menu like in experts-exchange which is say under home tab showing "Microsoft", "Apple", "Internet",...,"more" and when you click on "more" it shows other items in the menu with animation of slider.
How to create that?
Avatar of StraySod
StraySod
Flag of Czechia image

don't know what technique EE use, but it can be certainly done using jQuery animate plugin:
http://docs.jquery.com/Effects/animate

use appropriate css properties like right, left... and animate the container which holds all menu items
ASKER CERTIFIED SOLUTION
Avatar of hard2u2001
hard2u2001

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of theGhost_k8

ASKER

great !!!!