CSS Background images not loading in ASP.NET 2.0
Hello
I'm having a problem with my asp.net2.0 application, I'm using the rating control of the ajaxToolKit and in my stylesheet i have provided the classes to load the images in the following manner
background-image: url(Styles/Images/Test.gif);
my project is located in the c drive under testLayouts folder under which i have styles and images folders.When i run this app the images are not loading, removed the image and added color to the class and it worked so i have verified that the stylesheet is loaded and is being called rite, its a problem with loading the images.
Can anyone help.
Thanks
Vinay
|