We have a gridx with various span tag linked to a css with images.
HTML in gridx:
<span class="icon active"/>
CSS:
.icon.active{
content:url(../imgs/attivo.png);
height: 16px;
}
The problem is that with Firefox it loads the images (we can see it with firebug) but we can't see them. In all the other browsers it works fine.