WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Vertical flyout menu disappearing!
naturalp:
I tried to create a vertical flyout menu using this thread https://forum.WebsiteBaker.org/index.php?topic=8622.msg51248#msg51248 but for some reason my menu disappears behind my images - this is the page - http://merrylegsfalabellas.com/pages/sunny.php if you click on 'Sunny' you will see it in action..
I have no idea how to fix this - has anyone else had the same problem? - suggestions? .....
BerndJM:
Hi,
try to give your #sidenav a z-index eg
--- Code: ---#sidenav { z-index:99; }
--- End code ---
Regards Bernd
naturalp:
Sorry but I don't understand what you're asking for.. - this is what I put in the Index.php file
<div id="sidenav">
<?php show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL, false, "\n</li>", false, false, false, '<ul id="sidenavList" class="adxm">'); ?>
</div>
If you could be less specific? ..
Thanks..
BerndJM:
Hi,
just add the above line to you screen.css
Regards Bernd
albatros:
Hi,
wouldn't it be better, to give "#sidenav ul li" the "z-index:99;"?
Best regards
Uwe
Navigation
[0] Message Index
[#] Next page
Go to full version