On 4/18/07, Rachel Mawhood <[EMAIL PROTECTED]> wrote: > > I have validated both the css and the html, and although this > displays as intended in Firefox and an old copy of Netscape, it > completely breaks in MSIE 6 (old), all on a pc. > > http://www.jonathanlouth.co.uk/development/key-jla.htm > > I am guessing that it is because MSIE interprets "margin" differently > but I really don't know where to start with hacking it, before I do > the other pages. I haven't tested it yet in MSIE 7. > > Thanks v. much in advance. > Rachel > > >
looks like the double margin float bug. it does break in ie7 as well. try adding display inline to the first container floating left. hope that works http://www.positioniseverything.net/explorer/doubled-margin.html Jeff ______________________________________________________________________ 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/
