How to make Internet Explorer 8 to support nth child() CSS element?
compatibility, css, css-selectors, ie8-compatibility-mode, internet-explorer-8
Solution
You can use http://selectivizr.com/ JS which support css3 selector for IE.
Problem
I want to give a zebra stripe effect to my table rows. In all other browsers it can be done using CSS nth child element. But i want to do it IE 8 also. SO how can i do it?