search for: _originalwidth

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

Did you mean: originalwidth
2007 Aug 20
0
IE7 invalid argument
...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 previously on the element to store these values which is NOT...