> http://www.blue-fly.co.uk/test/test2.htm
Primary problem: 3px margin bug on #images. http://www.positioniseverything.net/explorer/threepxtest.html Ideas: 1. Elements on the page are over constrained. The 200px height on #main_container doesn't make sense. The combined height of its children is taller than 200px and may confuse any number of browsers. You are floating #top, #bottom, #middle, #images to contain floated children. Look at other methods of clearing floats. clear:left on #middle should clear button floats. 2.If you keep the floats, make #main_container at least 3px wider --- Paul Debban ______________________________________________________________________ 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/
