我需要使用图像作为表格背景(因为整行背景都可以)。我试过这个:
.cellTableOddRow {
background-image: url(image.jpg);
background-repeat: repeat-y;
width: 300px;
}
但它将图像放在每个单元格中。这可能吗?
多谢!
我需要使用图像作为表格背景(因为整行背景都可以)。我试过这个:
.cellTableOddRow {
background-image: url(image.jpg);
background-repeat: repeat-y;
width: 300px;
}
但它将图像放在每个单元格中。这可能吗?
多谢!