Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/08/2009, 06:07
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: Alinear capas abajo

Por ejemplo así:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es-es">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
#madre {position: relative;height:200px; width:300px; background:#999999;}
#hijo1, #hijo2 {position: absolute; bottom: 0;}
#hijo1 {background:#00CC00; width:30px; height:50px;}
#hijo2 {background:#FF0000; width:80px; height:150px;margin-left: 30px;}
</style>
</head>
<body>
<div id="madre">
<div id="hijo1"></div>
<div id="hijo2"></div>
</div>
</body>
</html>
__________________
Visita mi nueva web idplus.org