View Single Post
Old 12-05-2003, 08:19   #2 (permalink)
And
Senior Member
 
And's Avatar
 
Join Date: Apr 2003
Posts: 103
Send a message via AIM to And Send a message via MSN to And
Re: floats v's positioning

[quote:ee8c1f8c31="smallbeer"]In my designs I've been tending to opt for using floats rather than positioning for my divs. I just find it much easier to create designs than can move with the content that way. The the down side is that you're stuck with the document flow structurally, whereas absolutely positioned elements can be placed anywhere in your markup.

What would be really useful is both absolutely positioned elements that could some how be kept somewhat within the document flow or relatively positioned elements that could be arranged horizontally.

Has anyone been following the progress of CSS3 and seen anything on these lines been discussed?[/quote:ee8c1f8c31]

Have a look at this - http://www.w3.org/TR/css3-multicol/#introduction
  Reply With Quote