Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: FlexiMenus JS Hiding Under Website Banner.

title left
User Details
message
title right
Oluwafemi Agboola

post date:
2011-02-01 15:01:36
Please I need explanation on how to use FlexiMenus JS in Flexi CSS layout. I tried to use FlexiMenus JS in a space i created for Navigation Bar. But FlexiMenus JS is hiding under the Banner. I dont know what is wrong I've tried everything. I could see the upper part of the the Navigation but the drop down part is hiding behind the banner. Pleas help.
Andrei Rinciog [Extend Studio]

post date:
2011-02-02 09:52:14
Hello,

In order to use menus with submenus that drop down outside of the container you need to place the menu outside of the layout in a div with position absolute.

Tell me if you need help setting that up.

Regards,
Andrei Rinciog
Robert Baich

post date:
2011-03-02 23:12:40
I am currently having the same issue, can you explain what needs to be done?
Andrei Rinciog [Extend Studio]

post date:
2011-03-03 06:06:42
Hello,


If you want to drop-down a submenu outside of the cell with the menu, you need to place it inside a div with position absolute. So, for your menu do this:

<!-- row_1 Content Starts Here -->
<div style="position:absolute; left:0; right:0;">
<ul id="MainMenu" class="MenuBarHorizontal"> style="width:400px; margin-left:auto; margin-right:auto;">
.... menu code ...
</ul>
</div>
<!-- row_1 Content Ends Here -->


Regards,
Andrei Rinciog