On Aug 25, 2007, at 3:48 AM, [EMAIL PROTECTED] wrote: > I'm trying to use min-height in FF, which is supposed to support the > style, but it's ignoring it. IE, ironically enough, is honoring it > because > > I'm using the IE7 javscript library.
Specifically 'min-height' as applied to <fieldset>. It is a known bug: <https://bugzilla.mozilla.org/show_bug.cgi?id=210094> (uggggly workaround: wrap the content of the fieldset in a <div> and apply the min-height to that div...) Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ 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/
