Object does not support this propery or method IE & jQuery

Posted by Mirko on Stack Overflow See other posts from Stack Overflow or by Mirko
Published on 2010-06-02T10:06:29Z Indexed on 2010/06/02 10:13 UTC
Read the original article Hit count: 283

Filed under:
|

I am using jQuery and the cornerz plug in to get rounded corners on elements of the page without using images.

In IE7 and 8 it fails and I get this error:

"Object doesn't support this property or method"

on this lines:

  if($.browser.msie && settings.fixIE) {
      var ow = $$.outerWidth();
      var oh = $$.outerHeight();

Basically it complains about the outerWidth and outerHeight properties...

The cornerz demo page (here) works perfectly on IE7 and 8 without throwing any error and it has got several examples...I do not know why this is happening

Any suggestion will be appreciated

Thanks in advance

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ie