Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when the prope...
authorDavid Serduke <davidserduke@gmail.com>
Tue, 27 Nov 2007 23:58:07 +0000 (23:58 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Tue, 27 Nov 2007 23:58:07 +0000 (23:58 +0000)
commit2ccd2cb36be6169afee3bd6e82ba3539f432c73f
tree82ce89fc61b33b81ae8eab67e198249717bebf5a
parentb26da08821ef07860b489ea2450f672ea155ca88
Fixed #1942 but running jQuery.css() before jQuery.curCSS().  This way when the property is width or height it gets the values through calculation instead of just css first. This appears to fix the problem in Opera without hurting any of the other browsers.
src/core.js
src/fx.js