Pull down menus upwards

fafa007 / 2008-10-16 00:34:19   

Hello,
I wonder if you knew how to unroll menus upwards when you click on a section.
Is it also possible to unroll menus just passing the mouse like at this site:
http://www.naturehumaine.com/residentiels/liste/

unttld / 2008-10-16 00:51:39   

Hello back,
if you want collapsible/expandable menus like that site you could probably do it using the expanding menus addition mentioned a few forum pages back.

and a few css floats, clears, and overflow adjustments later should get you off in the right direction.

AntoineLafontaine / 2008-10-16 03:12:48   

fafa007,

Yes it is possible to do menus using rollover events instead of using mouse clicks. You need to study the code used for naturehumaine and/or jquery's events (studying jquery itself will give you a lot of tools for other customizations you might think about)

You will need to figure out how to do this by yourself, but the expandable menu is a good base to start.

fafa007 / 2008-10-19 21:30:35   
  1. He,
  2. I'm in a good way but I have to put a marker to the sub-section list : 
  3. <ul class='subMenu'></ul>
  4. And I don't find where the list is generated.
  5. I found function "front_index" in /lib/front.php but it's going to "function_exists" and I don't find it.

Is anybody know where to look for?

thanks

fafa007 / 2008-10-19 22:58:19   

Ok I find it in /plugin/index.php

This thread has been closed, thank you.