Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/11/2012, 15:53
Avatar de tpzurdo
tpzurdo
 
Fecha de Ingreso: julio-2007
Mensajes: 83
Antigüedad: 16 años, 9 meses
Puntos: 0
CSS Bloque alineado fijo abajo

Hola, necesito alinear abajo un bloque con diagrama líquido de esta manera.



¿Cómo puedo hacer?

Mi instinto fue probar esto pero para nada funciona. ¿Me ayudan por favor?

Código HTML:
<style>
html, body{margin:20px;padding:20px;}

#mesatotal {
	position:fixed;
	bottom:0px;
	display:block;
}

#mesaizquierda {
    width:141px;
	height:302px;
}

#mesacentro {
	background-image:url(images/mesa-centro.jpg);
	height:302px;
	width:auto;
}

#mesaderecha {
    width:141px;
	height:302px;
}

</style> 
Muchas gracias