Re: [jQuery] Scrolling in Opera? Only works with block elements
It seems to be a problem with the getPosition function in iutil.js. In Opera, it returns 0 for an inline element. I seem to remember some talk about merging the overlapping functions between dimensions and interface (like finding the position of an element). Is that going to happen? It seems sill
Re: [jQuery] Scrolling in Opera? Only works with block elements
I just fixed a problem in the offset method in the dimensions plugin dealing with inline elements in opera. It was setting the .scrollLeft and .scrollTop properties to the same as .offsetLeft and .offsetTop. Not sure if it is related or not but thought I would share anyways. -- Brandon Aaron On 1
Re: [jQuery] Scrolling in Opera? Only works with block elements
If the target element (to scroll to) is an inline element, Opera will not scroll. FF and IE work correctly. If I change the element to a block element, Opera will work. Because I wanted to use the existing and anchors, this will not work in Opera. Change thetarge