Lee Bettridge wrote:
> Is there a way to set a min-height in IE6 so that an element can grow
> if the text size is increased, the method needs to be compatible
> with IE7 and Firefox / Safari / Opera.
element {min-height: 200px; _height: 200px;}
...will make IE6 /behave/ as if it supported 'min-height'. That's
because IE6 (and older) has an "auto-expansion" bug that works in our
favor in cases like this.
The leading underscore is one way to make IE6 (and older) read
properties/values that the other browser will ignore. Any other
method/hack to serve that 'height: some-value' only to IE6 (and older)
can of course be used instead.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/