Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/07/2009, 00:54
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 1 mes
Puntos: 21
Respuesta: (Ayuda) Div no aumeta y disminuye su tamaño automaticamente

Hola,

Puse esto:

Código HTML:
#externo {
	margin:0 auto;
	width:900px;
	min-height:740px !important;
	height:740px;
	height:auto;
	overflow:hidden;
	position:relative;
	z-index:4;
	background-color:#528540;
	top:-50px !important; /*firefox*/
	*top:-100px; /*ie7 e inferiores*/
	_top:-75px; /*ie6 e inferiores*/
	margin-bottom:-40px;
}

/*inicio interno*/
#interno {
	margin:5px auto;
	width:880px;
	min-height:540px !important;
	height:540px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	background:#FFF;
}
pero tampoco funciona :(

no llego a comprender que sucede. alguna idea?