Interesting... I don't know why (I didn't find anything on the spec) but it
seems you need to specify the height property. It also seems that pretty
much any value works.
On 8/24/07, [EMAIL PROTECTED] <
[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.
>
> Anyway, here's the relevent code.
>
> fieldset {
> border:1px solid #369;
> border-left:3.4em solid #369;
> display:block;
> margin-top:1em;
> padding:1em 1em 1em 2.5em;
> padding-top:0;
> position:relative;
> }
> #dealInfoLegend {
> height:185px;
> left:-4.7em;
> margin-top:-90px;
> position:absolute;
> top:50%;
> width:12px;
> }
> #dealStructure {
> clear:right;
> float:none;
> min-height:185px;
> }
>
> <fieldset id="dealStructure">
> <img id="dealInfoLegend" src="images/dealInfoLegend.gif" alt="Deal
> Information">
>
> Why is Firefox messing with me?
>
> --
> Marc Luzietti
> Flagship Project
> Bayview Financial, L.P.
> (305) 341-5624
>
> ______________________________________________________________________
> 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/
>
______________________________________________________________________
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/