FlexiPanels CSS for Dreamweaver Forum


box FlexiPanels CSS for Dreamweaver
FlexiPanels CSS for Dreamweaver is a CSS builder that helps you create table-less HTML code for side panels, menu containers or any content zones with a gradient background and rounded corners.

Find out more about FlexiPanels CSS for Dreamweaver

Thread: Three in a row

title left
User Details
message
title right
Richard Jensen

post date:
2009-09-15 14:16:21
Hi;rnIf I want three small panels in a horizontal row - how do I align them? When I inserted the second panel, it ended up directly under the first one (I stopped there :-)). What code do I need and where do I put it? There are five different "codes": code - style.css - standard.css - CSSPanel1.css and CSSPanel2.css.
Andrei Rinciog [Extend Studio]

post date:
2009-09-16 10:53:30
Hello Richard,

That part was skipped in the video tutorial :D. However, you can find that tutorial explained better here: 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 have any more questions, don’t hesitate to write to us again.


Regards,
--
Andrei Rinciog