2006/11/6, Ross Hulford :
> There are however a few things that do not appear to be resolved and maybe
> someone could confirm this
>
> - double margin float
> - min-width/max-width

Ross,

It is crucial to emphasize that IE7 has a very different behaviour
depending on the mode: if IE7 works in strict mode, it will understand
min-width/max-width, it won't in quirks mode.

I am not sure about the double margin float.

Make a test where you just change the DTD for a page that contains:
#wrapper {
    min-width: 740px;
    width: 99%;
    max-width: 70em;
    border: 1px solid red;
}

In strict mode, IE7 will perfectly understand these rules.
-- 
Philippe  DE MOURA
  ><> phdm ><>
______________________________________________________________________
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/

Reply via email to