Wed, 2009-07-29 19:24
I am a graphic designer, and i'm fairly new to css.
I have been looking everywhere for a css menu to download similar to this one: http://www.mrbandfriends.co.uk
I want it to "slide" and it needs to slide up, not down.
Any help would be appreciated. Thanks.
Thu, 2009-07-30 13:25
#1
Not just CSS
Hi,
The effect you're looking at will need Javascript as well to create it. The example site you gave is using 3 JS libraries - carousel, effects.core and effects.scale (think these are open source libraries).
The document.ready function in the header is adding a mouseover and mouseoff event to the menu, so that when the menu item is hovered over the fly up menu tab is scrolled out.
Cheers