I have the very simple task of applying a background image to a DIV. I can view the image with every other browser except Safari. Can someone take a look at my CSS and site and
This is a know issue with Safari. Most of the time, adding a negative z-index to your style, will solve the issue.
z-index:-1: