Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Alternate table row colours


Fotiman - 1:34 pm on May 23, 2012 (gmt 0)


I second topr8 suggestion.

:nth-child unfortunately doesn't work in IE < 9, however, jQuery does support the :nth-child selector. So if you really need to have striped tables in IE < 9, you could use jQuery select :nth-child(odd) and apply a class/style to those elements.


Thread source:: http://www.webmasterworld.com/css/4456880.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com