$( 'myElement' ).getStyle( 'width' ) should return the correct value, whether it is in pixels or percent.
On Feb 15, 2:44 am, ryan <[email protected]> wrote: > Hello > > MooTools very helpfully converts all widths to pixel values, which 99% > of the time is what I want. However, just this once I need to know > what the original % width is. Is there any way of getting it? > > When i do something like el.style.width it just returns a blank value > in Firefox and Safari... which isnt helpful. The element has already > been wrapped in $() if that affects anything... > > All suggestions gratefully received! > > Ryan
