|
User Details |
message
|
|
Scott Saraniero
post date:
2010-12-23 00:25:26
|
I have just started using Flexi CSS Layouts and now I am trying the JS Flex Menus. I cannot seem to get the menu to drop down. The menu is horizontal, and it resides in it's own row at 100% width and 36 pixels height. I have tried changing the z-index for that row high and low, but I just cannot get the menus to drop down.
Any suggestions?
|
|
|
Cristian Dorobantescu [Extend Studio]
post date:
2010-12-23 03:30:13
|
Hi Scott,
Place the menus inside a position absolute div. Something like this:
<div style="height:50px;">
<div style="position:absolute;">
menu comes here
</div>
</div>
PS: we are working on some new CSS menus which will be way easier to use than the Flexi JS menus ;)
|
|
|
Scott Saraniero
post date:
2010-12-23 07:37:49
|
|
I have just sent an email to support - thanks.
|
|
|
Jose Fuentes
post date:
2011-09-09 12:11:17
|
I have just started using Flexi CSS Layouts and now I am trying the JS Flex Menus. I cannot seem to get the menu to drop down. The menu is horizontal, and it resides in it's own row at 100% width and 36 pixels height. I have tried changing the z-index for that row high and low, but I just cannot get the menus to drop down.
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-09-10 04:48:02
|
Hello,
Have you tried to place these settings to your layout?
<div style="height:50px;">
<div style="position:absolute;">
menu comes here
</div>
</div>
Regards,
Elena Tepardea
|
|