Sent by cj on 5 April 2006 17:05
On 4/5/06, Martyn [EMAIL-REMOVED]> wrote:
> Hi
> I know that the min-height property is not supported in IE, but does any one
> have an idea how I can best get round this problem?
one method:
/* this style gets sent to all browsers, but ie doesn't "get it" */
..class-name {min-height: 10em;}
/* the following tells non-mac ie browsers a height, which is
*treated* as min-height since ie expands it anyway */
/* hide from ie mac \*/
* html .class-name {height: 10em;}/* end hide */
according to what i know, this will also work fine in ie7 since that
browser will no longer "see" the "* html" styling rules.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/