I am working on changing themes dynamically in css files. I have multiple css files and the images used in the css files are stored in Content/themes/base/images/image.jpg But i am not able to see the images I searced other blogs and some one told me that they are relative the css files and images so i tried to change the default Css file that is Site.css But i am also not able to view the image
Here is what i tried:
background-image:url('../../images/image.jpg');
Please help me...