Bill Walton wrote: > I could use some help figuring out why the right column won't come up > against the main one but rides underneath instead.
> http://www.emrec-beta1.com That's how floats work - right_col can't float upwards past the non-floating main. For that kind of 'float/non-float' layout to work, you'll have to change the order in the source-code (HTML) so it becomes... - banner - topnav - left_col - right_col - main - footer ...and keep the CSS as is. Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
