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 >>
submenu not display - 2007/11/28 12:57 Hello, this is my first time using the lxmenu.

The problem is:

1) submenu not showing on Firefox (version 2.0)
2) on IE(version 6.0) the content area moved to down after left menu

This is my site - http://www.jpbdselangor.gov.my/v2/index.php

the lxmenu im using is on the Jaringan Web menu

thank your help
  | | The administrator has disabled public write access.
Re:submenu not display - 2007/11/29 02:58 Hi,

there I don't see any menu being based on LxMenu.
Are you sure you've published the module?

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:submenu not display - 2007/11/29 05:52 sorry i have unpublish for a while.. now it has published back for public view..

can u see?
  | | The administrator has disabled public write access.
Re:submenu not display - 2007/11/29 11:17 can anyone help me on this ? i have try to use the z-index:1000; in my template's css file, but still cannot solve the issue, both on Firefox & IE
  | | The administrator has disabled public write access.
Re:submenu not display - 2007/11/29 11:29 Hi,


you've added "z-index:1000;", that's right. But z-index works on positioned elements only. Please add the property "position:relative;" to the same selector as follows:

Code:

div.moduletable {     padding: 0 12px 0 13px;     width: auto;     margin-bottom: 10px;     position: relative;     z-index:1000; }



Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:submenu not display - 2007/11/29 15:11 Hi thank glorenz, i already add the the property "position:relative;" to the same selector, but still the submenu appear partially behind the content area on firefox.

On Internet Explorer, the content goes down under the left menu.Please have a look:

http://www.jpbdselangor.gov.my/v2/index.php

glorenz wrote:
Hi,


you've added "z-index:1000;", that's right. But z-index works on positioned elements only. Please add the property "position:relative;" to the same selector as follows:

Code:

div.moduletable {     padding: 0 12px 0 13px;     width: auto;     margin-bottom: 10px;     position: relative;     z-index:1000; }



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)