25/07/2008, 12:35
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
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> |