I have a problem with Mozilla Firefox. My website contains content:url(); tags and it's working fine on Chrome, Opera but not working on Mozilla Firefox and Explorer.
<div class="img"></div>
.img{
content:url("http://animalia-life.com/data_images/wallpaper/wolf-wallpaper/wolf-wallpaper-05.jpg") no-repeat;
}
The only solution is i change the content:url() to background:url()?