I need to use an image as table background (as entire row background will works). I tried this:
.cellTableOddRow {
background-image: url(image.jpg);
background-repeat: repeat-y;
width: 300px;
}
but it puts the image in each cell. Is this possible?
Thx a lot!