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(0, SM2_ROOT+1, SM2_CURR+1); ?>
<?php show_menu2( $aMenu = 0, $aStart = SM2_ROOT+1, $aMaxLevel = SM2_ALL, $aOptions = SM2_TRIM|SM2_PRETTY, $aItemOpen = '<li><a href="[url]" target="[target]">[menu_title]</a>', $aItemClose = '</li>', $aMenuOpen = '<ul class="leftside">', $aMenuClose = '</ul>', $aTopItemOpen = false, $aTopMenuOpen = false ); ?>
#leftside{clear: left;width: 150px;margin: 0 auto;font-size: 11px;float: left;margin:0 0 5px;padding:0;}#leftside ul{padding: 0px;margin: 6px 0 0 10px;color: #707070;display: block;width: 150px;font: Arial, Helvetica, sans-serif;border: 1px solid #e60000;}#leftside ul ul{padding: 0px;margin: 6px 0 0 10px;color: #707070;display: block;width: 139px;font: Arial, Helvetica, sans-serif;font-weight: normal;border: 1px solid;}#leftside ul ul li{padding: 0px;margin: 6px 0 0 10px;color: #e60000;display: block;width: 139px;font: Arial, Helvetica, sans-serif;font-weight: normal;}#leftside ul li { display: block; padding-bottom: 8px;}#leftside ul li a{text-decoration: none;color: #707070;}#leftside ul li a:hover{color: #e60000;}#leftside .menu-current{font-weight: bold;color: #e60000;}#leftside .menu-parent{font-weight: bold;color: #e60000;}
#leftside .menu-current a{font-weight: bold;color: #e60000;}
Erpe,Thanks - this indeed does the trick for the current item in sublevel 2. But it seems you can't have and the current topmenu and the current submenu item differently styledor you should maybe create ul li .menu current a and a ul ul li. menu current a style. I'll check this out laterIt seems like I also still have an indent problem. To be sorted