once we set background-image:url() and the url not working means how we can handel ?
if it Javascript means we can achieve easly but in CSS how ?
Answer :
.className
{
background-image:url(ourImageURLfromDB.jpg),url(noImageAvilable.jpg);
}
First image url not loaded means it'll run on second image url.