Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/11/2010, 21:59
PrendekZ
 
Fecha de Ingreso: noviembre-2009
Ubicación: Colombía
Mensajes: 311
Antigüedad: 14 años, 5 meses
Puntos: 17
Respuesta: Ayuda,validar border

Cita:
#header {
height:96px;
border-right:1px solid black;
border-left:1px solid black;
background: url(../img/fondo_header.png);
}
#wrapper {
height: 200px;
background:#fff;
border-right:1px solid #000;
border-left:1px solid #000;
border-bottom:1px solid #000;
}
Pruebalo así y me comentas!