> // iframe height //
> function setHeight(h){
> if($.browser.mozilla) { $( function() { alert(h); } ); }
> $('#myFrame').height(h);
> }
>
>
> I know Netscape is barely in existence, but I'd like to fix it just the
> same. Any ideas?Did you try adding a call to window.resize() after you set the height of the iframe? _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
