Closed (works as designed)
Project:
Framework
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 23:27 UTC
Updated:
11 Feb 2011 at 00:15 UTC
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.