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?
You can use http://selectivizr.com/ JS which support css3 selector for IE.