WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Roych on September 15, 2010, 11:52:26 AM

Title: Help with flyout menu!
Post by: Roych on September 15, 2010, 11:52:26 AM
Hello!

I have a problem creating a flyout menu. Menu is working fine but without flyout.

I have created a menu, halve of it working normaly but no flyout, other halve (only CSS from now on!) is still normal css menu so you can see how it should look like.



code from my horizontal main menu
Code: [Select]
<?php show_menu(1,0,1,true,&#39;<li>[a][menu_title][/a]</li>&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;class="myslidemenu"&#39;,&#39;&#39;); ?>
and code from my sub menu on the right:
Code: [Select]
<?php show_menu(1,1,-1,true,&#39;<li>[a][menu_title][/a]</li>&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;class="hide"&#39;,&#39;&#39;); ?>
How can I create a flyout?


Here is the page:

http://www.feel-fun.com/roych (http://www.feel-fun.com/roych) 

Thanx in advance!