I am doing project in asp.net. I want to give one background image to my page using CSS.
in the CSS sheet,i have given like "background-image : 'image.jpg';” ,
but i am not getting the image in the output page.
Does anyone know how to give background image in CSS?
Should just be
background-image:url('image.jpg');background-image documentation is readily available if you look for it