Pues quisiera saber como centrar completamente el fondo tanto horizontalmente como verticalmente. Llevo rato intentándolo y buscando y no consigo hacerlo. Tan solo lo centro horizontalmente y pegado arriba, no justo en el centro.
Este es el código:
body {
background-color: #000;
background-image: url(images/fondo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
position:relative;
min-width:1024px;
min-height:600px;
}
Un saludo