You may want to make sure your CSS validates

http://jigsaw.w3.org/css-validator/

And also that the browser you are using supports the selector you have defined

http://www.evotech.net/blog/2008/05/browser-css-selector-support/

If either of those are not the case, then you are not going to see your image regardless of what you do server side.

Ramsey

On Sep 1, 2008, at 10:53 AM, Andrew R. Kinnie wrote:

Yeah, sorry, I forgot to mention I tried that too. That does seem to be the proper syntax,

background-image: url(../image.gif);

However, it does not fix the problem.

Andrew

background-image: "../Image.gif";
Is this valid CSS?  Isn't it background-image: url(../Image.gif) ?

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/rgurley %40mac.com

This email sent to [EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to