Guess I should send this to the list, not just the individual...

rightcopy and leftcopy both need to be floated; either both left, or one
> left and the other right. And get rid of the margin on rightcopy.
>
> But then the container div wont clear. Two simple ways to accomplish this.
>
> One way is to have a clearing div after right/left copy:
> <div class="clear"></div> (.clear { clear: both; } )
>
> The other is to apply a clearing class to the container such as the one
> from OOCSS:
> .clear-fix{clear:both;display:block;visibility:hidden;overflow:hidden;height:0
> !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x
> x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
> x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
> x x x x x ";}
>
>
> Kevin
>
______________________________________________________________________
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