Ver Mensaje Individual
  #30 (permalink)  
Antiguo 30/03/2010, 19:39
Pejigo
 
Fecha de Ingreso: febrero-2010
Mensajes: 49
Antigüedad: 14 años, 2 meses
Puntos: 0
Respuesta: Centrar fondo

Después de guerrear mucho con el código lo he conseguido!!!!!!!!!!!
Podéis mirarlo para ver si sobra alguna linea o falta. Y haber si os gusta el código.
Espero que le sirva de ayuda a alguien por que me ha costado lo suyo.

Código:
html, body{min-height:100%}
body {
	background-color: #000;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	width:1000px;
	height:600px;
	margin: auto;
	padding: 0px;
}
#container {
	background-image: url(images/fondohome.jpg);
	position:absolute;
	left: 50%;
	top: 50%;
	width:1000px;
	margin-left: -500px;
	height:600px;
	margin-top: -300px;
	overflow:visible;
}