search for: _originalheight

Displaying 1 result from an estimated 1 matches for "_originalheight".

Did you mean: originalheight
2007 Aug 20
0
IE7 invalid argument
...lement.style.top || 0) - (element._originalTop || 0); var left = parseFloat(element.style.left || 0) - (element._originalLeft || 0); element.style.top = top + ''px''; element.style.left = left + ''px''; -----> //element.style.height = element._originalHeight; //element.style.width = element._originalWidth; } } I commented the setting of height and width out and all is functioning well. I do not understand why I would get an invalid argument lnoy under IE7, but it occurs to me that there is an assumption that absolutize() has been called previou...