[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 wesweatyous...@gmail.com wrote:
 Hi all,

 I am trying to get this mega dropdown menu:
 see textielmuseum.nl/

 So far i have:
 bldd.nl/prototypes/megamenu/test2.html

 But i can´t get the hoverIntent to work?
 here´s my try W.I.P
 bldd.nl/prototypes/megamenu/test4.html

 Any tips, ideas how i to get my mega dropdown to work on hover and
 hide it???

 Regards,


[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 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 wesweatyous...@gmail.com wrote:

  Hi all,

  I am trying to get this mega dropdown menu:
  see textielmuseum.nl/

  So far i have:
  bldd.nl/prototypes/megamenu/test2.html

  But i can´t get the hoverIntent to work?
  here´s my try W.I.P
  bldd.nl/prototypes/megamenu/test4.html

  Any tips, ideas how i to get my mega dropdown to work on hover and
  hide it???

  Regards,


[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 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 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 wesweatyous...@gmail.com wrote:

   Hi all,

   I am trying to get this mega dropdown menu:
   see textielmuseum.nl/

   So far i have:
   bldd.nl/prototypes/megamenu/test2.html

   But i can´t get the hoverIntent to work?
   here´s my try W.I.P
   bldd.nl/prototypes/megamenu/test4.html

   Any tips, ideas how i to get my mega dropdown to work on hover and
   hide it???

   Regards,


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

 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 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 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 wesweatyous...@gmail.com wrote:
 
Hi all,
 
I am trying to get this mega dropdown menu:
see textielmuseum.nl/
 
So far i have:
bldd.nl/prototypes/megamenu/test2.html
 
But i can´t get the hoverIntent to work?
here´s my try W.I.P
bldd.nl/prototypes/megamenu/test4.html
 
Any tips, ideas how i to get my mega dropdown to work on hover and
hide it???
 
Regards,



[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)