FlexiMenus JS for Dreamweaver Forum


box FlexiMenus JS for Dreamweaver

Create JavaScript Menus in Dreamweaver

FlexiMenus JS is a Dreamweaver extension that allows you to create and easily manage beautiful drop-down, vertical or tabbed animated JavaScript menus across the website.
  • Drop down, tabbed and vertical animated JavaScript menus
  • 15 ready made skins, each with multiple color schemas
  • 30 eye-catching transition effects
  • PHP, ASP or Coldfusion and your Database of choice

Find out more about FlexiMenus JS for Dreamweaver

Thread: No Drop Downs Over Lower CSS Rows

title left
User Details
message
title right
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