On 23/02/2007, at 6:52 PM, Joel Birch wrote:
>>
>> What's the best way to get around this? Should I try re-applying
>> the height
>> value after the animation has finished?
>
> No, please first try my suggestion - if that doesn't work, we can
> revisit the problem.

Sorry - I realised I'm wrong - other browsers may not see the height  
as minimum.

What about setting your CSS as:

#demo-show div {
        background-color:#444444;
        left:0pt;
        min-height:375px;
        position:absolute;
        top:70px;
        z-index:2;
        }
* html #demo-show div {
        height:375px;
        }

Better still - include the IE-specific stuff in conditional comments  
- but this way is fine too really.

How about that?
Joel.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to