[jQuery] Re: How do i get this mega dropdown with jQuery??

2010-01-06 Thread Chris
I wouldn't really call that a mega dropdown. All it is is 2 divs, the second one hidden and sliding into view when you mouseover the first. The menu items themselves appear to be completely irrelevant as far as the dropdown effect is concerned. On Jan 6, 8:37 am, 123gotoandplay

[jQuery] Re: How do i get this mega dropdown with jQuery??

2010-01-06 Thread 123gotoandplay
tx, for answering Any example how to do this?? I am stuck with the hover and the dropdown div Highly appreciated On Jan 6, 4:24 pm, Chris chriss...@gmail.com wrote: I wouldn't really call that a mega dropdown. All it is is 2 divs, the second one hidden and sliding into view when you

[jQuery] Re: How do i get this mega dropdown with jQuery??

2010-01-06 Thread 123gotoandplay
is this a good solution: bldd.nl/prototypes/megamenu/test9.html On Jan 6, 5:41 pm, 123gotoandplay wesweatyous...@gmail.com wrote: tx, for answering Any example how to do this?? I am stuck with the hover and the dropdown div Highly appreciated On Jan 6, 4:24 pm, Chris chriss...@gmail.com

Re: [jQuery] Re: How do i get this mega dropdown with jQuery??

2010-01-06 Thread audiofreak9
This guy has a mega-drop-down how to with CSS and jQuery http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ Corey camwebdesign.com On Wed, Jan 6, 2010 at 11:54 AM, 123gotoandplay wesweatyous...@gmail.comwrote: is this a good solution: bldd.nl/prototypes/megamenu/test9.html

[jQuery] Re: How do i get this mega dropdown with jQuery??

2010-01-06 Thread Šime Vidas
Here, use this: http://vidasp.net/jquery-example7.html The HTML code is super-simple - only ULs and two wrapper DIVs Also, the menu streches to the full (available) width automatically (like a table)