Les escribo por que me parece ilogica un resultado de un css. Se los muestro:
Código PHP:
#table {
border-top: 1px solid;
border-left: 1px solid;
text-align: center;
margin-left: 200px;
width: 300px;
}
#table .fila {
border-bottom: 1px solid;
}
#table .columna {
border-right: 1px solid;
width: 50%;
}
#content {
width: 750px;
height: 450px;
background-image:url(imagenes/panel.png);
margin: auto;
}
#content .header {
background-image:url(imagenes/publicacion.gif);
width: 447px;
height: 60px;
margin: 100px 150px;
}
#content .usuario {
width: 91px;
height: 24px;
margin: 35px 75px;
}
Salu2,
Ale