Melinda Odom wrote: > Why does this floating column not stay within the container/content > style in mozilla? > http://www.usprayercenter.org/ministry/resources/index-test.html
Because floats are not supposed to be contained by default. You must tell the browser to "expand to contain floats", which in your case can be done by adding... #container {overflow: hidden;} ...which will establish a new 'block formatting context'[1] in good browsers. > Looks fine in IE7 and IE6. That's one of the effects of 'hasLayout'[2], which means you are seeing a genuine IE/win bug in action. regards Georg [1]http://www.w3.org/TR/CSS21/visuren.html#q15 [2]http://www.satzansatz.de/cssd/onhavinglayout.html -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/