Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/06/2012, 05:44
kfh1992
 
Fecha de Ingreso: diciembre-2011
Mensajes: 414
Antigüedad: 12 años, 4 meses
Puntos: 1
Respuesta: Menu ocupe todo el espacio

Te dejo todo el codigo porque creo que lo he entendido pero una parte no me va(lo del color)

Código css

#content{
width:452px;
height:302px;
clear:both;
margin:0 auto 0 auto; width:452px;
overflow: hidden;
}
#image{
float:left;
background-image:url(../images/001.png);
width:226px;
height:302px;
}
#facebook {
width:32px;
height:32px;
}
#datos{
width:226px;
height:302px;
margin-left:226px;
}
#twitter {
width:32px;
height:32px;
}
#youtube{
width:32px;
height:32px;
}
#linkediin {
float:left;
width:32px;
height:32px;
background-image:url(../images/iconos/.png);
}
#menu {
margin:0 auto 0 auto; width:452px;
}

Código del menu

///
#header {
width:452px;
padding:100%;
}
.nav > li {
float:left;
}
.nav li a {
background-color:#000000;
color:#fff;
text-decoration:none;
padding: 10px 15px;
display:block;
}
///