WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php show_menu2(1, SM2_ROOT, SM2_CURR+1, SM2_SIBLING,'<span class="menu1">[a][menu_title]</a></span>','','','','',''); ?><?php show_menu2(2, SM2_ROOT, SM2_CURR+1, SM2_SIBLING,'<span class="menu2">[a][menu_title]</a></span>','','','','',''); ?>
menu-2 a:hover { color: red;}
If you're using show_menu2(), you can have a different CSS class for every menu item. See the docs for more info.Having this, you can set a different hover color for _every_ item, or for a level.No need to split the menu.Example:Code: [Select]menu-2 a:hover { color: red;}