That might be best, if you had it as two much smaller images, one going one way as just the background aligned left of the container and the other way as the background aligned right of the contained tables.
Or, the transparency of pngs can vary, be absolutely sure that it has 100% transparency in the middle there. Oh, and 0 gamma as well. Or, use a .gif perhaps
Failing any and all of that, this seemed to fix the links:
Code:
.r3_c2 {
width:802px;
height:409px;
color: #000000;
background-color: #F1EEEE;
background-image: url(../images/interface_r3_c2.png);
background-repeat: repeat-x;
}
.r3_c2 table {
z-index:100;
position:relative;
}
But, that is just a kludge - shouldn't hurt other browsers though. The problem is that it doesn't get rid of the way that the text looks ragged in IE.
Bookmarks