On 13 May 2005, at 11:22 am, Diona Kidd wrote:
I have a layout that I'm working on which is looking good in everything but IE for Mac. It's basically just two floated divs inside a container div. In Mac IE, the second div is pushed over as I would expect but it's also displayed below the first div vertically. I double checked the width, padding and margins and everything seems to be correct math-wise. I also read up on floats on Mac IE, but maybe I haven't found the right article yet? Does anyone recognize what is happening here?
div#container {clear:both} is the killer. <http://www.l-c-n.com/IE5tests/float2misc/#fm002>
As I don't see any reason for having that {clear:both} in there.Philippe ---/--- Philippe Wittenbergh now live : <http://emps.l-c-n.com/> code | design | web projects : <http://www.l-c-n.com/> IE5 Mac bugs and oddities : <http://www.l-c-n.com/IE5tests/>
______________________________________________________________________ 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/
