>>
>>
>>
>>
>> Validate the markup and css and bring it back...
>
> thanks david
>
> valid page
> http://www.ricochet.org/dn_test/micro_1.html




Close but no cigar :-) .



>
> in the 3rd and 4th units from the top. i'm trying to get .right to 
> make 2 cols...see png
>>> png:
>>> http://www.ricochet.org/dn_test/micrositeB_specs.png--ron
>>
>
>



CSS

.c1, .c2 {
background: aqua;
color: #fff;
float: left;
width: 350px;
min-height: 394px;
}
.c2 {
background: red;
}
.c1 p {
color: #fff;
margin: 0;
}

HTML

<div class="outer">
<div class="inner">
<div class="right">
<div class="c1">
<p>stuff</p>
</div>
<div class="c1 c2">
<p>stuff</p>
</div>
</div>
</div>
</div>




Best,
~d

-- 
:: desktop and mobile ::
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to