Does Apple Not Like Jpeg's? I run a forum, and my logo shows up discolored on safari, why is this? I am worried that lame safari users won't like the site, due to the mismatched colors, so I want to fix this asap. Safari: http://api.browsershots.org/png/original/5a/5acdad399eb19dfee7a00e8bb8a21173.png Firefox: http://api.browsershots.org/png/original/a2/a21385e4066eb689007ff29497dd4a7b.png
Just checked your code and you are right, Safari does show that image differently. Try this: Remove the style="background-image tag from TABLE and put it for the TD cell next to the logo image. This way, the background does not get applied to the cell that your 6655.jpg image is housed in. Right now, your 6655.jpg is on top of the table background and I think Safari screws that up and gives you what you have now.