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: Putting Flexipanels side by side problem

title left
User Details
message
title right
Jagdish Sharma

post date:
2012-01-18 14:19:52
I need to put three flei panels side by side. Do not how to put them in that order. Every time I tried to insert any panel regardless of the width, they get stacked vertically not horizonatlly...any help will be appreciated.
Elena Tepardea [Extend Studio]

post date:
2012-01-19 05:02:01
Hello,

Here is adocumentation link for further info: http://www.extendstudio.com/documentation/flexi-panels-css/documentation/tutorials/css-box-rounded-corners1.html

The code that you require is this :

<div id="container" style="width:1200px">
<div id="box1" style="float:left; padding:10px; width:300px">1</div>
<div id="box2" style="float:left; padding:10px;width:300px">2</div>
<div id="box3" style="float:left; padding:10px;width:300px">3</div>
</div>
<div class="clear-both"></div>

If you need more assistance, I will be glad to help.


Regards,
Elena Tepardea