[jQuery] Re: Bug with dimensions height() fn in IE7

2008-01-10 Thread [EMAIL PROTECTED]
Thanks for the reply! Do you mean this bit of code: jQuery.each( [ "height", "width" ], function(i,n){ jQuery.fn[ n ] = function(h) { return h == undefined ? ( this.length ? jQuery.css( this[0], n ) : null ) : this.css( n, h

[jQuery] Re: Bug with dimensions height() fn in IE7

2008-01-10 Thread Brandon Aaron
The width and height methods are actually found in the core. If you are able ... Try using the latest SVN version (jQuery 1.2.2 beta2). There have been lots of improvements to the width/height methods. -- Brandon Aaron On Jan 10, 11:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This i