Log in

View Full Version : Accordian type menu?



redjak
04-18-2011, 07:52 PM
I am looking to emulate the menus of http://www.creasenso.fr/freelances/virtual/ for a project. They don't need to be quite as fancy but I want the same animation on mouseover and then for the tab to remain in the expanded position after being clicked. http://www.930.com/concerts/#/930/ does the same thing with its venues. I looked and thought the ddaccordian might work but I could use a lot of help as I'm very newb at JS. Thanks for any and all help!

ddadmin
04-19-2011, 08:14 AM
Are you referring to the top rainbow-like links at the top of the page? If so they behave more like tabs than accordions as far as I can tell, something like: http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm There's also Animated Collapsible DIV if you still wish to go the accordion route: http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm

redjak
04-20-2011, 03:17 PM
I am indeed referring to the rainbow links. Didn't know what else to call them. I am not married to the idea of the accordion script, if tabs work better I'll do that. I'm just not sure how to implement it even after reading through the page. Which do you think would be easiest for a novice, the tabs or the animated collapsible div? Thanks for your help!