Hi, when I use any infragistics control and use a default style set, all the css and image files are copied to my website root directory. it is not difficult to find out the css used by the control by looking at the name of the css file, but how to identify the images used by the control and get rid of all other images so that I can reduce the size of website package? are the image file names referenced in the css for the control are the only images used by the control? or does it use any other images? or do I need to look at the "view source" to identify the images?
I don't want to clutter my website with unused code or resource files. if all the images used by the control are referenced within the css file, then it makes it easier to get rid of other ones. thanks for the reply. what do you mean by re-encode the images? do you mean change the format?
Hi,
yes by looking at the CSS you can identify all the control images. You can also check the view source too. I do not think you should do this, because the control may not work correctly. For example when you hover the hover style comes from an image. If you want to optimize the stuff, just re-encode the images to reduce their file size.
Thanks,
Lubomir