No puedo solucionar lo siguiente. Colocar una imagen sobre otra mediante css.
esto es lo que quiero:
Que es esta imagen:
Sobre esta: que es el {thumbnail}
Codigo html:
Código:
Codigo css:<div>{thumbnail}</div><div class="thum"></div> <div class="texto-thum">{image_name}</div>
Código:
.thum2 { background-image: url( "http://www.juegga.com/i/fondo-thums.png" ); height: 127px; width: 152px; background-repeat: no-repeat; position:absolute; margin: 0; padding: 0; } .texto-thum { color: #FF0000; font-weight: bold; }