Problem with displaying a menu inside a module

GK User
Thu Oct 06, 2011 1:42 pm
Hi i created a menu in to2 position. I want to display a menu but i dont't know how to display the submenus with a vertical dropline menu animation, Please help me!
Here is the menu i've created on my site

twn11.jpg

:

And here is a picture how i want it to look like

esl2.jpg

How can i do that? i've installed ari extend menu but the menu it is displayed inside the module How can i resolve this issue?

esl1.jpg
User avatar
Platinum Boarder

GK User
Thu Oct 06, 2011 5:30 pm
You can edit ARI EXT Menu Css file and change its z-index so it displays in top.

Find file "/modules/mod_ariextmenu/mod_ariextmenu/js/menu.min.js", find the following code at the end of file:

Code: Select all
Ext.ux.Menu.zSeed=10000;


and change '10000' to appropriate value for z-index.

z-index defines which layer goes on top of other layers.
User avatar
Platinum Boarder

GK User
Fri Oct 07, 2011 11:24 am
Can you explain me more intuitive? Actually i found that ari ext menu has an option for z index. I've changed the values but nothing happened. PLs Help me!
Thank you for your time!
User avatar
Platinum Boarder


cron