Alexandre,
Your solution yields the same results as the original problem.
How is "ul li" different from "li" since li cant exist without a
parent ul, thus ul is redundant and unnecessary?
The more I am studying this, the more I am convinced that what I am
trying to do is impossible.
It is impossible to disassociate a child li background-color from the
parent's, and still let jQuery apply the :even filter to all li's,
sequencially for both parent and child.
On Oct 24, 2:35 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> come on marty try reviewing your css skills a little bit especially
> the css selectors. You 've got it wrong, but this should do :
>
> $('ul li.stripeable:even').addClass('greenbar');
>
>
>
> On Fri, Oct 24, 2008 at 8:47 PM, MartyB <[EMAIL PROTECTED]> wrote:
>
> > With...
> > $('ul ul li.stripeable:even').addClass('greenbar');
>
> > it only stripes the child li's not the parent li's also.
> > I want every line in the display to be striped in sequential order.
> > Marty- Hide quoted text -
>
> - Show quoted text -