Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/07/2008, 12:35
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: 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>
__________________
Visita mi nueva web idplus.org