Thank you, Phil! This looks great with fixed height and width..

However I need a fluid liquid layout. And, in fact, no space is
required between blocks.
I guess smth like this should work, but I'm not sure if I've nested
cells properly:

 <div class="container-fluid">

  <div class="row-fluid">
      <div class="span12">
        <h2>A [span12] (ad)</h2>
      </div>
  </div><!-- /row -->

  <div class="row-fluid">
    <div class="span12">
       C[span10](navigation bar)
    </div>
  </div>

 <div class="row-fluid">
    <div class="span8">

      <div class="row-fluid">
        <div class="span2">
         <h4>B [span2] (logo)</h4>
        </div>

        <div class="span6">
         <h2>D [span6] (anouces)</h2>
        </div>
      </div>

        <div class="show2">
          <h2>E [span2] (content area)</h2>
        </div>

     </div>
     <div id="sidebar" class="span4">
       <h2>F [span6] (sidebar)</h2>
     </div>

   </div>

 </div>

------

On 12 июн, 22:14, Phil Doughty <[email protected]> wrote:
> I've not yet done a design in fluid %.
> But here is a quick (and dirty) fixed width version I came up with.I had to
> change the alphabetical order...
>

Reply via email to