Re: [css-d] Columns with more than one element

2005-09-02 Thread Tony Haddon
Generally I'd wrap each row in a separate div with a clear:both style assigned to it. div.row { clear: both } a b c d Might not be ideal though and I'm sure more experienced CSSers would have a better suggestion. I'd be keen to a way to avoid the extra

Re: [css-d] Columns with more than one element

2005-09-01 Thread Jim Davis
Here is an approach that validates, and provides the graphic look you seek. However, the flexibility of moving the elements is probably lacking. http://www.jimdavis.org/test/float_test.htm Jim On 9/1/05, Steve Clay <[EMAIL PROTECTED]> wrote: > > Thursday, September 1, 2005, 6:17:35 AM, [EMAIL P

Re: [css-d] Columns with more than one element

2005-09-01 Thread Steve Clay
Thursday, September 1, 2005, 6:17:35 AM, [EMAIL PROTECTED] wrote: > It seems simple: to move an element to the right column - just change its > style to "float:right", and the same for left. > It works fine in IE6, as you can see here: > http://tora.us.fm/floattest.html IE breaks a rule of the flo

[css-d] Columns with more than one element

2005-09-01 Thread css
Hello all, I have a document with 8 DIV elements. I want 4 to be in the left column and 4 to be in the right column. Now here is the fun part - I want to control which element is in which column, using style only. It seems simple: to move an element to the right column - just change its style to