Hi!
I don't have any idea what to attribute this to, but I know that there was a hardware replacement on our server this weekend. Still, I can't fathom how that would explain anything, but here goes.
Without changing stylesheets, a background image in a div will not display, and my Web Developer toolbar utility tells me this image is broken:
http://www.coreknowledge.org/CK/index.htm 1.
http://www.coreknowledge.org/CK/images/rshade2.png
The image is there on the server, with the correct permissions (644), but oddly, one cannot browse to it, unlike all my other background images.Compare with a similar background image:
http://www.coreknowledge.org/CK/images/BRtcurveshade2.pngThe images are working fine in Dreamweaver, and when tested locally on my computer, with many different web browsers.
What I've tried to do so far, with no success:
1. Replaced Rshade2.gif with rshade2.png
2. Added "display:block; position:relative" to the div where that image goes; no dice.
3. Reformatted the CSS from correct background-image:, background-display; background-position; to single line "background: url(../images/rshade2.png) repeat-y right;" like the other background images; no change.
4. Recreated the graphic, in case there was something wrong with the file
5. Renamed the graphic
What's bizarre is the "broken link" and image not being available. When one tries to go to the image directly, one gets this odd server message:
Not Acceptable
An appropriate representation of the requested resource /CK/images/rshade2.png could not be found on this server.
Apache/1.3.39 Server at
www.coreknowledge.org Port 80
A profound puzzle to me... perhaps I need to bring this to the attention of tech support???
thanks for any advice
... edit: I'm positive this is a server problem. The exact same image, renamed as test.png displays, the image rshade2.png or rshadetwo.png or Rshade2.gif does not display.