Hi Deane,

Can't remember if you posted a demo page with this problem or not, but it would be helpful for troubleshooting if we could actually look at the page. It sounds like there might be an HTML problem with something like a missing end tag. Have you run this through an HTML validator like the one at w3.org? That might help.


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Oct 23, 2007, at 9:42 AM, Deane wrote:


This is interesting...

When I do this, it stripes the tables normally up until the point
where it started working before...then it breaks, and stops striping
from that point forward.

So there's a certain table row where it works *up until* under the
second method I tried, and *starts working after* under the first
method.

There's is nothing odd about that table row, that I can see.

Deane


On Oct 23, 12:05 am, David Serduke <[EMAIL PROTECTED]> wrote:
Perhaps try :nth-child(even) instead.

http://docs.jquery.com/Selectors/nthChild

Look at the demo on the examples page to see how it works compared
to :even

David


Reply via email to