Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/07/2008, 05:26
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: Altura de DIV por defecto y auto

¿Has puesto a prueba mi ejemplo?:

Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
.caja {min-height: 500px; height: auto!important; height: 500px;width:600px;border:solid #f00;}
</style>
</head>
<body>
<div class="caja">
TEXTO<br>
TEXTO<br>
TEXTO<br>
TEXTO<br>
</div>
</body>
</html>
Yo creo que funciona en un buen montón de navegadores (modernos, claro).

Mikel.