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
Can you post the link to the site to check it out and tell us exactly what is wrong..
The menu actually works ... what isn't working propperly is the CSS. You will need to target IE6 and/or 7 with the conditional comments (http://www.quirksmode.org/css/condcom.html) and give them their own CSS.cheersKlaus
<!--[if IE]><style type="text/css">.pdmenu li:hover ul {margin-top:15px;}div.pdmenu { height:25px; }</style><![endif]--><!--[if IE]> <style type="text/css" media="all"> body {behavior: url("<?php echo TEMPLATE_DIR;?>/csshover.htc");} </style><![endif]-->