Hi all,
at www.fotobrammeijer.nl I included a bMenu to create a flyout menu for the 2nd-level pages. I am no wizzkid, so I saw this an easy option to generate a menu that fits our desires.
However, it shows and once you hover your mouse over this menu, it disappears. I am not able to solve the issue for some time now, any suggestions?
Thx
Robert
PS I know the menu doesn't look the way it should, but that I am able to solve (I think)
			
			
													[SOLVED] bMenu generated menu shows and disappears
- 
				theredspecial
 - Forum Members

 - Posts: 31
 - Joined: Tue Jun 05, 2007 5:36 pm
 
[SOLVED] bMenu generated menu shows and disappears
					Last edited by theredspecial on Sun Feb 21, 2010 2:11 pm, edited 1 time in total.
									
			
						
										
						Re: bMenu generated menu shows and disappears
Try to make the menu indicator a jQuery selector to your menu. In this case try to replace #main_menu with #primary_nav
			
			
									
						
										
						- 
				theredspecial
 - Forum Members

 - Posts: 31
 - Joined: Tue Jun 05, 2007 5:36 pm
 
Re: bMenu generated menu shows and disappears
by means of Firebug, I learned that some code is added when I hover my mouse over the menu.
initially it says:
as a result of hovering I read:
Can't quite figure out why... - update -
Apparently I can
 I noticed the primary-nav was duplicated and removing it solved the disappearing. now i receive an error message* and bMenu doesn't do what it's supposed to generate (a fly-out menu)... subject to further scrutiny thus.
* bMenu error: there is no menu specified at #primary-nav
			
			
													initially it says:
Code: Select all
<ul id="primary-nav">Code: Select all
<ul id="primary-nav" style="display: none;">Apparently I can
* bMenu error: there is no menu specified at #primary-nav
					Last edited by theredspecial on Sun Feb 21, 2010 10:29 am, edited 1 time in total.
									
			
						
										
						Re: bMenu generated menu shows and disappears
Sorry my mistake. It should be #primary-nav in stead of #primary_nav (No underscore)
			
			
									
						
										
						- 
				theredspecial
 - Forum Members

 - Posts: 31
 - Joined: Tue Jun 05, 2007 5:36 pm
 
Re: bMenu generated menu shows and disappears
that did it, still some issues, but i should be able to solve those, now that i know the problem
thanks
			
			
									
						
										
						thanks
