CSS:
Codice PHP:
/* Modules Title */
h2#module_title {
  
line-height48px;
  
background-position15px 50%;
  
text-alignleft;
  
padding-left80px;
  
border-bottom2px solid #3B88C5;
}

h2#module_title .photobook {
  
backgroundurl("../images/modules/photobook.png"left no-repeat;
}
h2#module_title .poll {
  
backgroundurl("../images/modules/poll.png"left no-repeat;

HTML:
Codice PHP:
<h2 id="module_title" class="photobook">Photobook</h2
come mai la classe "photobook" non ha effetti? non visualizzo l'immagine di background... se metto background url: in h2#module_title funziona...

come posso sistemare?

ps.: aggiorno la cache sia chiaro... il file css viene ricaricato...