On 6/19/06, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
> so for a two col layout as an example you would float the first col
> left and for the second col add margin-left to clear the first col,
> and add spacing, but there would be no need to float the sec col,
> right. Would that be the best approach?

"Best" is arguable, I suppose.  It use it.  It makes the main column
scalable for text resizes and different resolutuions.  It's less
complex to me.  I want to use as little positioning as possible
because positioning is the least cross-browser robust part of most
browser's CSS implementations.

I try to use the natural flow of the elements on the page as much as
possible, with as little positioning or floats as possible.  Sort of a
"Go with the Flow" approach.

This is  also the approach recommende on the CSS forum site at
http://www.csscreator.com/css-forum/index.php, which is the main CSS
forum I visit.  I've learned a lot there.




-- 
Ed Seedhouse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to