我正在处理一种不支持内联样式或内部任何其他修改的付款表单。所以我需要用它来设计它的nth-child。检查现场- http://uposonghar.com/check/
我成功地创建了它的 css * 在 Chrome、Safari、Firefox 和 IE9 上运行良好。但由于使用 css3,它不适用于 IE 7 和 8。
知道如何应用适用于 IE 7 和 8 的相同样式。
我需要在 IE 7 和 8 上应用的 css-
<style>
#frmPayment tr:nth-child(2) td:nth-child(1){
display:none;
}
#frmPayment tr:nth-child(14) td:nth-child(1){
display:none;
}
</style>