I use this CSS code to display a database output in rows where the colors repeat in every 2nd row
tbody tr:nth-child(2n) td, tbody tr.even td {
background: none repeat scroll 0 0 #E5ECF9;
}
If I open it in my IE it won't work. Any advice?
I am using IE 8.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…