| Respuesta: No funciona vertical-align: bottom; Prueba esto: 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">
<head>
<title></title>
<style type="text/css">
.detalle3 {
width: 195px;
height: 215px;
padding: 10px;
float: left;
background-color: #f0f;
position: relative;
}
.texto {position: absolute;bottom: 0;
}
</style>
</head>
<body>
<div class="detalle3">
<span class="texto">Esto es un texto de prueba para ver si se puede alinear en la parte inferior</div>
</div>
</body>
</html>
__________________ No esperes que nadie haga más esfuerzo en responderte que el que hagas tú en preguntar. |