【发布时间】:2011-06-12 03:55:03
【问题描述】:
我使用这个 CSS 代码在行中显示数据库输出,其中颜色在每 2 行重复
tbody tr:nth-child(2n) td, tbody tr.even td {
background: none repeat scroll 0 0 #E5ECF9;
}
如果我在 IE 中打开它,它将无法工作。有什么建议吗?
我使用的是 IE 8。
【问题讨论】:
标签: html css internet-explorer row css-tables