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
Damn you are fast.And another good template.Nicejohn
Great kick. Keep on kicking, Peter! Vincent
Nautica02 v2.1 Fixed some issues with internet explorers inability to render css properly, should have all the bugs fixed in this one. Thanks mejobloggs for the fixes.
Very nice template. grin works perfectly in Firefox, but in IE the top 15 px or so off the sub menu on the right allways shows, whether ther is a sub menu or not. embarassed
QuoteNautica02 v2.1 Fixed some issues with internet explorers inability to render css properly, should have all the bugs fixed in this one. Thanks mejobloggs for the fixes.I bet if you download the new version and copy the css file into your site it will work better. Though PeterM probably had to modify it a bit for WB so it might not be that simple.Here's the link: http://www.openwebdesign.org/viewdesign.phtml?id=2633&referer=%2Fmost_popular.phtml
have you checked the Add On Repository? Currently beeing redirected to (http://www.opensourcebakery.de - our mirror)cheersKlaus
.menu-current > a { background: red; }
<div id="wrapper-menu-top"><div id="menu-top"> <ul><!--< ?php show_menu(1,0,1,true,'<li>[a]<span>[menu_title]</span>[/a]</li>','','','','',''); ? > --><?php show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL,'<li><a href="[url]" class="[class]"><span>[menu_title]</span></a>', "</li>", '', '', true, '');?> </ul></div><!--menu-top--></div><!--wrapper-menu-top-->
#menu-top { background: transparent url('images/bg02-white-right.png') no-repeat right top; overflow: hidden; /* no idea why this works, but it fixes a FF problem */}/* add menu-current sm2 */.menu-current { font-weight: bold;}