Hi all,
Show-menu2 is still a mystery for me. I can't find a clear manual so I hope one of you can answer me.
I want a menu witch looks something like this: (HTML)
<ul>
<li><a href="index.html">Homepage</a></li>
<li>
<span class="menu-expand">Submenu</span-->
<ul>
<li><a href="#">sub #1</a></li>
<li><a href="#">sub #2</a></li>
<li><a href="#">sub #3</a></li>
</ul>
</li>
</ul>
It is an off-grid thing the main menu-items are in sight and on mouse click (span submenu) the submenu's are showing themselves.
Is this possible or am I over asking?
Thanks
John
Basically you want submenus to 'fold out' on mouse-over?
Yes that's possible. Look at the demo (and I believe even the standard issued templates do just that)
http://WebsiteBaker.org/pages/en/home/online-demo.php
if i remember correct, the demo page at opensourcecms use a older wb-version, please look at this in the backend (not possible for me in the moment - too many connections)
@ John: what is #1, #2# #3? anchor links?
Hello Jacobi22,
Quote@ John: what is #1, #2# #3? anchor links?
They are menu items could also be page 1, page 2, page 3.
The link <a href="#"> is just put there to let you see that I have to put a real link in place.
I will look at the demopage and let you know if it is working..
Thanks
@ codealot
QuoteBasically you want submenus to 'fold out' on mouse-over?
Yes that's possible. Look at the demo (and I believe even the standard issued templates do just that)
http://WebsiteBaker.org/pages/en/home/online-demo.php
No not to fold with mouse over, because it would not be nice on smaller devices. On mouse
click the menu has to unfold.
John
The user here has found a thing like you mean (i think)
http://forum.WebsiteBaker.org/index.php/topic,29932.msg209050.html#msg209050
@DBS
Yes that's what i ment.
Thank you