Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/12/2008, 20:33
kike2lucas
 
Fecha de Ingreso: octubre-2007
Mensajes: 91
Antigüedad: 16 años, 6 meses
Puntos: 1
Respuesta: No se ven los bordes del contenedor en firefox

Ey, Mik, yo tengo el mismo problema, pero no me funcionó el overflow. Tienes la otra solución a mano?
Esto es lo que tengo hecho
Código:
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	}

#Top {
	position:relative; 
	top:0px;
	left:0px;
	right:0px;
	width:750px; 	
	height:12px;
	background-image:url(file:img/top.gif);
	}
#Header	{
	position:relative;
	width:750px;
	height:90px;
	border-top-color: #ffffff;
	border-bottom-color: #CCCCCC;
	border-top: 1px;
	border-bottom: 1px;
	background-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top:10px;
	overflow: auto;
	}
#Cuerpo {
	position:relative;
	top:0px;
	width:750px;
	height:534px;
	background-image:url(file:img/cuerpo.gif);
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right: 1px;
	overflow: auto;
	}
Gracias