On Dec 13, 2009, at 12:45 PM, Karter wrote:
> Hi,
> say I have a structure like the following:
>
> <div>
> <p>
> main text..valid text..
> </p>
> <div style="top:XX;left:XXX;display:none">
> <p>
> this text is not visible
> </p>
> </div>
> </div>
>
> I don't want to select the <p> where the text is not visible.
>
> How do I do this generically?
There are way too many ways for things not to be visible (css, direct styling, etc.) that coming uop with a 'generic' way is going to be virtually impossible.
If it's a limited case, you'll probably be able to filter it out one chunk/case/method at a time.
S