Probably best to mount the resource in your app init method so that it has a static path and then use that in your CSS.
That, or you can use the text templating to inject the dynamic URL into templated CSS. Then you could just use urlFor to get the URL. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Jun 28, 2009 at 7:03 PM, Hbiloo<[email protected]> wrote: > Hi all, > > I've a image which is dynamically generated. Now I want to use URL of > this image in a CSS file as a background of a div. > Is there a way to do that? > > Regards, > Hbiloo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
