Scott Blanchard wrote:
Is it possible to change the order of this float layout so that the content
area comes before the sidebars??? Without resorting to absolute positioning?

<!DOCTYPE html ... lots of code snipped

Well, with just a little AP.
Float content left, but establish a left marign wide enough to hold the left sidebar and its gutter. Next float the right sidebar (float left against content). Lastly, AP the left sidebar in the margin of content. The thing to be careful of is that content needs to be vertically longer than left sidebar.

--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to