Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá pessoal,
Estou tentando deixar uma imagem alinha com a borda de uma div, mas não estou conseguindo. Se eu usar position:absoule, left xx, top xx, no firefox aparece corretamente, mas no chrome aparece desconfigurado, como faço para alinhar a imagem rente a borda inferior e inferior direita?
Segue meu codido?
<style>
.boxPadraoConteudo{
background: url(images/bg_section.png) repeat-x top left;
width:240px;
height:310px;
}
</style>
<div class="section">
<div class="boxPadraoConteudo">
<br />
<font size="+1" color="#005577"><b><center>Anuncie seu Currículo<br><font color="#FF9900"><b>Várias opções de planos</b></font></center></b></font></h3>
<form name="Curriculo" method="post" action="cCurriculo.php"><br />
<label> Nome:<br>
<input type="text" name="CRR_NOME" id="CRR_NOME" style="width:210px">
</label>
<label> E-mail:<br>
<input type="text" name="CRR_EMAIL" id="CRR_EMAIL" style="width:210px">
</label>
<label> Telefone:<br>
<input type="text" name="CRR_FONE" id="CRR_FONE" style="width:150px">
</label>
[b]<a href="#" onClick="enviar();"><img src="images/curriculo_agora.png" border="0" alt="Anunciar currículo agora"></a>[/b]
</form>
</div>
</div>Carregando comentários...