Images in css files
Images in css files
- Subject: Images in css files
- From: Randy Wigginton <email@hidden>
- Date: Sat, 29 Nov 2008 15:35:14 -0800
I am making progress on my application, though I'm certain my
questions do not imply such.
I have a css definition:
#globalNav{
background-image: url(glbnav_background.gif);
}
However, when deploying, the url generated is something like:
http://192.168.1.111:49599/cgi-bin/WebObjects/glbnav_background.gif
RATHER than:
http://192.168.1.111:49599/cgi-bin/WebObjects/SIAM.woa/_wr_/wodata=/Users/randy/workspace/SIAM/build/SIAM.woa/Contents/WebServerResources/glbnav_background.gif
What flag or other magic do I need to make this work correctly?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden