No puedo solucionar lo siguiente. Colocar una imagen sobre otra mediante css.
esto es lo que quiero:
![](http://www.juegga.com/tum.png)
Que es esta imagen:
![](http://www.juegga.com/imagen-superior.png)
Sobre esta: que es el {thumbnail}
![](http://www.juegga.com/imagen-inferior.png)
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; }