Re: [jQuery] incorrect offset() results in IE7 & IE8

2009-12-15 Thread Liam Byrne
I got this before if an element wasn't loaded - are you working with an image, by any chance ? L Rinat Gareev wrote: In FF3.5 everything works fine as it is described in API reference. I mean offset() and height() results. But for the same elements of same page in IE7 or IE8 (compatibility mo

[jQuery] incorrect offset() results in IE7 & IE8

2009-12-15 Thread Rinat Gareev
In FF3.5 everything works fine as it is described in API reference. I mean offset() and height() results. But for the same elements of same page in IE7 or IE8 (compatibility mode) offset() returns 0 or negative values (though it's impossible according to introspection of developer tools in IE8).