You need to sign in to do that
Don't have an account?
anjisalesforce@gmail.com
How to get the resource images in CSS file
Hi all,
How to get the resource images in CSS file?
Please give me solution with Example....
Thanks for your Help
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Hi all,
How to get the resource images in CSS file?
Please give me solution with Example....
Thanks for your Help
You cannot access static resources in CSS file same as the visualforce pages.
If you intend to use images in your stylesheet, zip the images with the CSS file and upload it as a single static resource. For
example, if your CSS file has a line like the following:
Add the entire images directory and the parent CSS file into a single zip. For example, if the zip file resource name is
myStyles, refer to it like this:
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.