I have declared a style
.tableStyle2 tr:nth-child(even) {
background-color: #C5F0FC;
}
in my style sheet. but it is not reflecting on IE, works on FF and chrome. when I try to check in my debug in IE it is also not present but present for chrome and FF.
Any suggestion for this.