PDA

View Full Version : style:overflow , element visible


whirlybird540
11-05-2003, 11:51 AM
I have this <div> element that has a huge table in it, so i'm using style overflow:auto for it. So many of the rows are not visible. If I was going to loop through the rows how could I check if a row is within the current viewable area of the <div>.

checking style.visibility doesn't work.

thanks