"...there are still no colored rows"

You *really* should download firebug (http://www.getfirebug.com) so
you can see what your code (and/or the code you use) is actually
doing....

the "zebra" widget adds the class to the <tr> tag, not the <td> tag,
hence your css of

      tr.odd td { background: #ff0; }

simply isn't valid





On Dec 9, 3:47 pm, "David Blomstrom" <[EMAIL PROTECTED]>
wrote:
> Sorry, I missed the messag that references class "odd." Yet when I insert
> the following style...
>
> tr.odd td { background: #ff0; }
>
> ...there are still no colored rows.

Reply via email to