Re: [css-d] order of content

2005-05-05 Thread Zoe M. Gillenwater
Neal Watkins wrote: I believe negative margins can fix this problem is it worth it - ? Neal, No one seems to have touched the negative margins aspect of your question, so... I personally like negative margins methods. They are difficult to get your head around, at first, but once you grasp t

Re: [css-d] order of content

2005-05-04 Thread Chris Ovenden
On 5/4/05, Eric A. Meyer <[EMAIL PROTECTED]> wrote: > At 2:16 PM -0400 5/4/05, Kelly Miller wrote: > > >You know, there IS a way to clear floats without an extra div element. > > You know, he might not. Even if he does, there may be others on > the list who don't. For either reason, it woul

Re: [css-d] order of content

2005-05-04 Thread Eric A. Meyer
At 2:16 PM -0400 5/4/05, Kelly Miller wrote: You know, there IS a way to clear floats without an extra div element. You know, he might not. Even if he does, there may be others on the list who don't. For either reason, it would be a good deal more informative (and polite) to provide an expla

Re: [css-d] order of content

2005-05-04 Thread Michael Wilson
Kelly Miller wrote: You know, there IS a way to clear floats without an extra div element. Chris Ovenden wrote: another is the detritus that floats usually produce - unneccessay, semantic-free clearing elements. Can't help feeling, though, that there must be a better way than both. And that way wo

Re: [css-d] order of content

2005-05-04 Thread Kelly Miller
You know, there IS a way to clear floats without an extra div element. Chris Ovenden wrote: another is the detritus that floats usually produce - unneccessay, semantic-free clearing elements. Can't help feeling, though, that there must be a better way than both. -- http://www.mozilla.org/product

Re: [css-d] order of content

2005-05-04 Thread Chris Ovenden
On 5/4/05, Neal Watkins <[EMAIL PROTECTED]> wrote: > DO many people value the order of their content - > for accessibility reasons or SEO reasons > > I do prefer floats - so I have done some 2 column layouts with the float > right sideber neccessarily to come before the content. > > Is this overc

[css-d] order of content

2005-05-04 Thread Neal Watkins
DO many people value the order of their content - for accessibility reasons or SEO reasons I do prefer floats - so I have done some 2 column layouts with the float right sideber neccessarily to come before the content. Is this overconcern ? I believe negative margins can fix this problem is it w