Search code examples
cssinternet-explorer-8compatibilitycss-selectorsie8-compatibility-mode

How to make Internet Explorer 8 to support nth child() CSS element?


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?


Solution

  • You can use http://selectivizr.com/ JS which support css3 selector for IE.