Look in the activity view in Safari and paste in the full URL of the css file and the full url of the image file. This should work perfectly fine in Wonder in both directconnect and webserver connect, which leads me to believe these two files aren't in the same folder in WSR actually.

ms

On Jul 14, 2009, at 6:12 AM, Rukmal Dias wrote:

hi,

I need to use css with images (e.g: background-image: "../ image.gif";) I used ERXStyleSheet and checked, but images are not applied as back-grounds etc.

<webobject name ="SSCSS"></webobject>

SSCSS : ERXStyleSheet{
        filename = "viewport_dragresize.css";
        framework = "whatever";
}

.bg{
background-image: url("test.jpg") repeat-x; // (/WebServerResources/ test.jpg )
        height: 130px;
}

Can anyone tell me how to use these correctly..


Thanks
Rukmal Dias
_______________________________________________
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/mschrag%40mdimension.com

This email sent to [email protected]

 _______________________________________________
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