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
Submenu on the left block: workingStyle switcher: atleast 2 sets of font size - large/small texts -- trying .. any idea?sitewide fixed boxes: on the left block all pages... any idea?a calendar: dates linking to events!
Currently the searchbox is shown in all the pages.
<?php // code used to show search on homepage only if (MENU_TITLE == "Home") { ?> <div id="searchbox">***Search goes here***</div> <?php } // code used to show search on homepage only ?>
#nav ul li a {display: block; background: #666; padding: 5px 10px; ....
#nav ul li a {display: block; background: #666; padding: 5px 9px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}
How can I add one more (4th level submenu) drop-down level into the horizontal menu. right now it supports 3 levels only.
/* Show and hide */#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;} /* show 2nd on hover */#nav .menu li ul ul, #nav .menu li ul ul ul { display: none;} /* hide 3rd & 4th by default *//* hide 3rd & 4th menus when hovering 1st/2nd */#nav .menu li:hover ul ul, /*3rd from 1st */#nav .menu li:hover ul ul ul, /*4th from 1st */#nav .menu li li:hover ul ul /*4th from 2nd */ {display: none;} /* show 2nd & 3rd & 4th on hovers */#nav .menu li:hover ul, /* Show 2nd from 1st hover */#nav .menu li li:hover ul, /* Show 3rd from 2nd hover */#nav .menu li li li:hover ul /* Show 4th from 3rd hover */ {display: block;}/* 3rd Child Menu Appreances */#nav .menu li ul li ul li a { width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }/* 4th Child Menu Appreances */#nav .menu li ul li ul li ul li a { width: 11.5em; padding: .6em .1em .6em .4em; background: #c3c3c3; color: #fff; }
#content table { width: 90%; margin-left:auto; margin-right:auto;}
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */
<?php display_news_items(); ?>