WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Dropdown Menu not working well
nene:
Hi,
My dropdown menu on http://www.senaagyepong.com/pages/about-sena.php is not functioning well. The sub-menus are suppose to show when the mouse is rolled over. But it is showing with or without the mouse roll-over.
Can anyone help me?
Thank you
Nene Nanor
nibz:
Please post your Showmenu code...
nibz:
I think it has to do with the fact that you don't use the Trim feature
For more info take a look at: https://forum.WebsiteBaker.org/index.php/topic,23012.0.html
nene:
Thank you nibz. Pls find the code below;
--- Code: ---<div id="nav">
<?php
show_menu2(
$aMenu = 0,
$aStart = SM2_ROOT,
$aMaxLevel = SM2_ALL,
$aOptions = SM2_ALL|SM2_PRETTY,
$aItemOpen = '[list][li] <a href="[url]" target="[target]" class=[if(class==menu-expand){"dir"}else{""}]>[menu_title]</a>',
$aItemClose = '</li>',
$aMenuOpen = '<ul>',
$aMenuClose = '</ul>',
$aTopItemOpen = false,
$aTopMenuOpen = '<ul id="nav" class="dropdown dropdown-vertical">'
);
?>
</div>
--- End code ---
nibz:
next time please use the forum code tags (found under the hashtag)
Edited by moderator.
Navigation
[0] Message Index
[#] Next page
Go to full version