Main Menu
Main Menu

Lxmenu Error: Either the menu does not have any menu items or all menu items are unpublished!

Login
Newsflash
27/02/2006: A comparison table showing you the differences between LxMenu Pro and NGMenu
 
25/03/2007: New version of LxMenu Pro (1.24) released.
 
20/04/2007: NGMenu 1.3.2 released. Supporting now three item states (normal, hover and active).
 
Home
Horizontal demo (main items with different width, centered, fading effect)
Horizontal demo (main items with different width and sub items with dynamic height, right aligned, fading effect)
LxMenu Forum  


<< Start < Prev 1 2 Next > End >>
Re:submenu not display - 2007/11/29 17:41 Hi,

ok, I see. The issue in your template is not caused by z-index.
First of all please remove the latest changes regarding "position:relative; z-index:1000;".

I've discovered some inline styles ni the sources of your site which are causing this issue:
Code:

******* snipp ******** <div style="overflow: hidden; height: 194px;" class="moduletable"> <h3 style="cursor: pointer;" class="expand"> Jaringan Web </h3> ******* snapp ********



Take attention to the inline property "overflow: hidden;". This property has to be removed.

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:submenu not display - 2008/03/04 13:15 hello I'm using lxmenu on my site: http://www.europenonstop.com and I'm having the same issue.
I'm trying to figure out where to add the code: May you be more specific?

Best regards Francesco
  | | The administrator has disabled public write access.
Re:submenu not display - 2008/03/04 21:55 Hi Francesco,

please read the post carefully. I didn't say to add anything, but to remove the property "overflow:hidden".

Take attention to the inline property "overflow: hidden;". This property has to be removed.

You've to inspect the sources of your site and to check your css file. Search for a parent element enclosing the menu module which might have the css property "overflow:hidden".
Please either comment this css property or change it to "overflow:visible".

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
<< Start < Prev 1 2 Next > End >>
Vertical demo (pop on click with transparency)
Vertical demo (expanding to the left side, right to left text direction)
Vertical demo (expanding to the left side, left to right text direction)
Vertical demo (assigned to template LxTemplate)