ok..
I have this from a sniplet of my code
Code:
<tr style="background: url(home/Themes/default/images/headerback.jpg) bottom left repeat-x;">
<td height="85"></td>
<td width="400" height="85" align="right" class="forumname" style="background: url('home/Themes/default/images/header_right.gif') top right no-repeat; padding:0px 10px; 0px 0px;"><a href="home/index.php">LcT Tribe Home</a></td>
</tr>
Now while Viewing in Safari it gives me issues with the right image..
Even if I use a gif instead of a png I get the issue.
Safari does not want to do transparency while in css as a background that has already had a css background set from its parent tag...
Anyone know why this is or know why This is happening?
I have a simliar issue with IE but I applied a IE png fix and now it loads the alpha transparency so it shows the transparency.. but safari is still having the issues..
Please help.. I am stressing from this because so much cross browser compatibility issues...