|
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
|
|