1background-image: url(../picture-folder/your-picture.png) 0 0;
2//No quotes, two dots before "/"
3//Also make sure that your <img> in html has some transparent image as src
1background-image: url(nickcage.jpg); // No quotes around the file name so just write it down without "nickcage".jpg
1background-image: url(nickcage.jpg); // first problem may be missing quotation mark
2// Second may be wrong path
3// check the name of the file if there is any error
4// check whether you are using proper extension of the file