WebsiteBaker 2.13.9 R22 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
I would try to loose the horizontal scrollbar in your right container.by putting in your CSS:overflow: -moz-scrollbars-vertical;overflow-x: hidden;overflow-y: scroll;IMHO...
<?php show_menu(1,0,-1,true,'<li>[a][menu_title][/a]</li>','','','','',''); ?>
The scrollbar comes with the content ... if the content is even 1 px longer than the available space, it comes up. A bit of content optimisation required there.
The "backwards" menu comes with the float:right;" of the CSS ... you could either float the containing DIV instead of the LI's or put the pages backwards in the page administration
overflow-y: auto;
Quote from: grid8400 on June 22, 2007, 10:06:15 PMoverflow-y: auto;that did it. thanks man