I have a folder inside my ASP.NET web application. I put all css files inside ‘App_Theme’. What is the right method to specify an image as background of a ‘div’ if I place image1.jpg inside “Icons/images” directory. The options for url are :-
- ./Icons/jquery/image1.jpg
- Icons/jquery/image1.jpg
- /Icons/jquery/image1.jpg
Which is correct ?
@muhammed; write this for image path
if your css in single folder
& if there is another folder inside of the main folder for example
stylesheet folder& there is another folder inside it supposecss folderthen we write