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
Hi there,any idears? I want to show a very small logo inside the menu (<ul><li><image></li><li>normal text</li></ul>).The Problem is that i have to integrate the image into the menu list tag.Thank you for any input.
<div class="mainmenu"><?php show_menu2(0, SM2_ROOT, SM2_ALL, SM2_TRIM | SM2_PRETTY); ?></div>
/* Main menu BEGIN */div.mainmenu ul { margin: 0px; padding: 0px; list-style: none;}div.mainmenu li { list-style: none; margin-left: 0px; padding-top: 0px;}div.mainmenu ul li.menu-current a:link, div.mainmenu ul li.menu-current a:visited, div.mainmenu ul li.menu-parent a:link, div.mainmenu ul li.menu-parent a:visited { background-position: 0px -54px; color: #000000; background: #eeeeee url(./images/blue.jpg);}div.mainmenu ul li a:link, div.mainmenu ul li a:visited { display: block; color: #000000; font-size: 12px; font-weight: bold; background: #eeeeee url(./images/geel.jpg); background-repeat: no-repeat; width: 100%; text-indent: 27px; text-decoration: none; line-height: 25px; height: 25px; margin-bottom: 2px;}div.mainmenu ul li a:hover { background-position: 0px -27px; color: #333333; background: #eeeeee url(./images/blue.jpg);} div.mainmenu ul li.menu-expand ul a:link, div.mainmenu ul li.menu-expand ul a:visited { font-size: 12px; color: #000000; font-size: 11px; text-indent: 10px; background: #eeeeee url(./images/green.jpg); width: 147px; line-height: 18px; height: 18px; margin-left: 4px; margin-bottom: 0px; padding-right: 5px;}div.mainmenu ul li.menu-expand ul li.menu-current a:link, div.mainmenu ul li.menu-expand ul li.menu-current a:visited { font-size: 13px; text-align: right; background: #eeeeee url(./images/ROSE.jpg);}div.mainmenu ul li.menu-expand ul li a { font-size: 12px;}div.mainmenu ul li.menu-expand ul li a:hover { font-size: 12px; text-decoration: underline; background: #eeeeee url(./images/blue.jpg);}div.mainmenu ul li.menu-expand ul li.menu-current a:hover { font-size: 13px; text-align: right; text-decoration: underline;}/* Main menu END */
The names of the classes are a little bit confusing. Before it was menu_current, now it is menu-current.