On 2/24/06, Paul Novitski <[EMAIL PROTECTED]> wrote:
> At 08:00 AM 2/24/2006, Chris Ovenden wrote:
> >This area is slightly problematic, because min-height is not yet
> >supported by IE7 (though we're promised it for the proper release). If
> >we assume it will be included, the neatest solution that works in all
> >browsers is:
> >
> >#element { min-height:100px }
> >* html #element { height:100px }
> >
> >Some people are against CSS hacks, but this is the only solution I
> >know of that is valid CSS and unlikely to have any adverse effects in
> >the future. [AFAIK (I can't test it here), the /*\*/ hack Stu uses is
> >not necessary, and in fact will make it break in IE5/mac.]
>
>
> Internet Explorer conditional comments are validated by the W3C
> engine and allow one to differentiate IE from other browsers and to
> differentiate among IE versions.
>
Well, yes, but that isn't a CSS solution, it's a markup solution. Many
developers are either unable or unwillng to change the markup in this
way. It also has maintenance implications.

Chris
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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