Angela French wrote: > I solved it by applying float:left to the bottom div. Not sure why > it fixed it, but I'm not going to argue with it!
Educated guess: you experienced a "collapsing margins" case... <http://www.w3.org/TR/CSS21/box.html#collapsing-margins> ...which 'float: left/right' on the right element fixes. IE/win was probably already "saved" by its 'hasLayout' bug. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
