For a drop down menu, I want to open automatic children if I use mouse over
Now the children appear just I click to parent.
If I use this menu, in simple html page, all is OK, but if use this menu in template for WebsiteBaker i have problems.
Hi,
more information ---> faster help ;-)
Would you please tell us:
- your actual menu-call
- what you mean with "If I use this menu"
- what WB version
- is it a selfmade template or a downloaded
Regards Bernd
Solved :mrgreen:
The problem is with script for menu
I read this documentation Solved :mrgreen:
The problem is with script for menu
I read this documentation http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php#anker3 and I solved.
I replace
Quote<?php show_menu2(); ?>
with
Quote<?php show_menu2(1,0,-1,true); ?>
and I solved.
I replace
Quote<?php show_menu2(); ?>
with that
Quote<?php show_menu2(1,0,-1,true); ?>
No idea why that works. The code you have shown is not valid code for show_menu2. Perhaps it is for show_menu() though (i.e. not #2).