This is a nice animated menu built with MooTools.
The trick of the menu is a Flashy hover effect of the arrow (or any element you want).
Curious how to build something like the menu featured on this site for your next web design project? (note IE6 users – the menu is not implemented for you as your browser does not properly support png transparency, but with a solid background, it would work great). To make the menu, you won’t even have to muck about in javascript. Simply define:
a container for the background image
the nav elements
the ‘current’ nav element ID
the animation’s horizontal track (the y coordinate of the background-image)
the left offset of the image in relation to the nav element
Basically, you just tell the function where to put the background image you want to animate, what the buttons are and how to identify the current id, then position its x and y coordinates in relation to the elements. If you are new to javascript web development, and not sure what this all means, keep reading. It breaks down very simply.
Installation
Install mootools 1.2, then copy and paste the code before the < /head > tag in your html file, or save it as a .js and pull it in.
Download mootools 1.2, in my opinion, the best javascript library around.
Upload mootools 1.2 and link to it in the head tag (), before the end of the head tag in your html (or)
Save the code as simple_animated_menu.js (or whatever you like) and link to in the head tag (

Related Listings:
RSS feed for comments on this post. TrackBack URL
November 22nd, 2009 at 2:36 am
[...] This post was mentioned on Twitter by Eyes Drinker, MobiDhoom.com. MobiDhoom.com said: RT @3gcreations Nice MooTools Animated Menu http://bit.ly/6IHuV4 [...]