How to adjust submenus closing time ?
Up to Plone Drop Down Menu
Hello,
I run into difficulties to custom your DropDownMenu product. Indeed, as you can see in here, I try to manage 3 levels in my menu.
For instance :
- Level 1 : "Publications"
- Level 2 : "Gratuit"
- Level 3 : "BT Management et signaux faibles", "CEM" ...
The main issue is that when a user tries to select a level 3 value
from "Gratuit" (level 2), the level 3 values are a little bit far way
from "Gratuit" and often, the user's mouse gets off the "blue" boxes
and all the menu is closing immediately ! After several tries, the user
can be desperate ...
I would like to adjust the position of level 3 boxes (I guess I can easily do that using my custom css stylesheet) but the most important stuff is to set up a 'timer' to keep the boxes opened during some seconds in order to allow the user for selecting a level 3 value.
Thanks for your help.
Regards,
Christophe
Hi Christophe,
Previously Christophe Baudia wrote:
I would like to adjust the position of level 3 boxes (I guess I can easily do that using my custom css stylesheet) but the most important stuff is to set up a 'timer' to keep the boxes opened during some seconds in order to allow the user for selecting a level 3 value.
I'm afraid, this is not possible using qPloneDropDownMenu product. Problem is that this product implements dropdown functionality using pure css approach. Thus, this is impossible to set timeout for submenus.
You should look up some other javascript based approach for dropdown menu.
Regards.






