From: David Serduke Date: Tue, 27 Nov 2007 23:58:07 +0000 (+0000) Subject: Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when the prope... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;ds=sidebyside;h=2ccd2cb36be6169afee3bd6e82ba3539f432c73f;hp=2ccd2cb36be6169afee3bd6e82ba3539f432c73f;p=jquery.git 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. ---