Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/05/2006, 13:34
freeware
 
Fecha de Ingreso: mayo-2006
Mensajes: 50
Antigüedad: 17 años, 10 meses
Puntos: 0
con la propiedad css, en especifico con background-position

Código:
<style type="text/css">
body{

background-repeat:no-repeat;
margin: 0 px;
background-image: url(img/fondo.jpeg);

/*aquí pones la alineacion horizontal y vertical*/
background-position: right bottom;

}
</style>
_Saludos