Ok I've been trying for hours to get my CSS working with IE (of course it works flawlessly with camino, safari, firefox, netscape) but I just can't seem to get the css-background to work with the version of IE included with the Mac. Does anyone know how to workaround this issue:
Code:
.mainImage
{
border-color: #000000;
border-bottom: solid;
border-left: dotted;
border-right: dotted;
border-width: 1px;
border-top: none;
background-image: url('stables_concept5.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}
and then the call...
<td class="mainImage" height="350" colspan="3"> </td>