Animated Navigation, no Flash

bmorris110

New Member
I'm working on a website for a small production studio.
We produce audio, video, motion graphics, and 3D.
I really like the navigation of this website:
http://www.artisticimage.com/
I like how it has sub-categories.

But it's flash, I do want to use flash.
Is it at all possible to use anything like JS, CSS, or HTML instead of Flash?


Thanks for the help.
 

craftygeek

New Member
Have a look at the Jquery javascript library - it makes it easy to do things like this...have a search for something like 'jquery accordion menu'
 

Xaleph

New Member
why even bother for accordion? That is the most basic of basics in jquery. The only thing about it is this: are you gonna refresh the page on event? If so, you will need cookies to store the open menu`s ( if you want more than 1 being open.. ) else, it`s a piece of cake.
 
Top