Imagem sobre outra imagem
Existe algum codigo em css que faça com que a imagem do fundo venha pra frente ?
http://img709.imageshack.us/i/imgwb.jpg/
.TituloEntrega
{
background-image: url(../img/textoFaixaEnderecoEntrega.png);
background-repeat: no-repeat;
background-position: 25px -3px;
}
<table width="100%" align="left">
<tr>
<td class="TituloEntrega"><img alt="" src="img/faixaEnderecoEntrega.png" height="42" width="100%" /></td>
</tr>
</table>a imagem do css que está no atraz !
Discussão (13)
Carregando comentários...