[jQuery] Re: Determining visible elements in an overflowed div

2008-09-11 Thread Alex Weber
not sure about the whole overflowed DIV thing but in general $('p:visible') will select only visible elements On Sep 10, 9:06 pm, spaceage <[EMAIL PROTECTED]> wrote: > Is there any way to use jQuery to determine which elements/items are visible > within a div that is overflowing? > > ie. let's

[jQuery] Re: Determining visible elements in an overflowed div

2008-09-11 Thread [EMAIL PROTECTED]
I think you mean something like this: http://plugins.jquery.com/project/viewport On 11 Sep., 12:22, Andrew Lysyuk <[EMAIL PROTECTED]> wrote: > I think you can get dimensions of , dimensions of , their > positions, and than calculate if is overflowed.

[jQuery] Re: Determining visible elements in an overflowed div

2008-09-11 Thread Andrew Lysyuk
I think you can get dimensions of , dimensions of , their positions, and than calculate if is overflowed.