CSS:
HTML:Codice PHP:/* Modules Title */
h2#module_title {
line-height: 48px;
background-position: 15px 50%;
text-align: left;
padding-left: 80px;
border-bottom: 2px solid #3B88C5;
}
h2#module_title .photobook {
background: url("../images/modules/photobook.png") left no-repeat;
}
h2#module_title .poll {
background: url("../images/modules/poll.png") left no-repeat;
}
come mai la classe "photobook" non ha effetti? non visualizzo l'immagine di background... se metto background url: in h2#module_title funziona...Codice PHP:<h2 id="module_title" class="photobook">Photobook</h2>
![]()
come posso sistemare?
ps.: aggiorno la cache sia chiaro... il file css viene ricaricato...

Rispondi quotando