Thanks, the IE hack works fine, but for some reason, adding a minimum height to the div seems to stuff up the animation. Rather than sliding down/up, the div contents just suddenly appear.
Here it is with a minimum height value: http://34r34r.dreamhosters.com/newdesign/slidetest.html Without: http://34r34r.dreamhosters.com/newdesign/new-slide-test.html thumblewend wrote: > > 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/ > > -- View this message in context: http://www.nabble.com/Losing-height-value-tf3277136.html#a9115040 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
