Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/03/2011, 14:10
ArielGomeX
 
Fecha de Ingreso: marzo-2011
Mensajes: 20
Antigüedad: 13 años
Puntos: 0
Respuesta: Problema con divs y css

OK entendido, esto te ayudara:

#contenido {
position: relative;
background: #99CC66;
width:800px;
height:435px;
border: solid 1px #ccc;
}


#menu{
position: relative;
width:750px;
height:25px;
margin: 10px auto;
background: #000;
}