Re: [jQuery] Problem with .left() return auto in Opera --- Splitter widget

2006-10-28 Thread Oskar E.
Yes, but it calculated more then I really need or want. I used a different way now, I get for every element the pixel width value via offsetWidth, get the offsetLeft value if style.left returns 'auto' and set the width and left value explicit to a pixel value. Then setting css right always to auto

Re: [jQuery] Problem with .left() return auto in Opera

2006-10-26 Thread Blair McKenzie
Have you had a look at the dimensions plugin?BlairOn 10/27/06, Oskar E. <[EMAIL PROTECTED]> wrote: HiIs there any way to force .left() to return pixel values for Opera 9? The element in question is absolute right positioned, while Opera 8.5and Firefox return a pixel value, Opera 9 returns 'auto'. T

[jQuery] Problem with .left() return auto in Opera

2006-10-26 Thread Oskar E.
Hi Is there any way to force .left() to return pixel values for Opera 9? The element in question is absolute right positioned, while Opera 8.5 and Firefox return a pixel value, Opera 9 returns 'auto'. This is surely a correct value in this context but mostly if you want the left value, you wa