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.

see:

Microsoft:
http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp

CSS-D wiki:
http://css-discuss.incutio.com/?page=IE7
http://css-discuss.incutio.com/?page=GhostInTheBox

the world:
http://google.com/search?q=ie+conditional+comments

Regards,
Paul 

______________________________________________________________________
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