Hello,
I'm not a CSS buff and think this should be easy, I've got a custom table and applied class="odd" and class="even" to the TR tags but I don't see zebra stripping! Anybody any ideas?
Thanks
Hello,
I'm not a CSS buff and think this should be easy, I've got a custom table and applied class="odd" and class="even" to the TR tags but I don't see zebra stripping! Anybody any ideas?
Thanks
Comments
Comment #1
kaido.toomingas commentedUse this module ;) http://drupal.org/project/table_altrow
Comment #2
andregriffin commentedYou need to also write CSS styling for tr.even and tr.odd with the desired background colors, or use the module mentioned above.