not sure about the whole overflowed DIV thing but in general $('p:visible') will select only visible <p> 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 say I have a bunch of <p> elements contained within a <div>, where > the <p> elements are overflowing the <div>. I want to use localScroll to > scroll vertically to a given <p> element, but I'd like to know what other > <p> elements are visible within the <div> once this scroll completes. > > Is there any way to accomplish this? > -- > View this message in > context:http://www.nabble.com/Determining-visible-elements-in-an-overflowed-d... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.