Ver Mensaje Individual
  #15 (permalink)  
Antiguo 10/03/2013, 15:41
kamino
 
Fecha de Ingreso: septiembre-2011
Mensajes: 32
Antigüedad: 12 años, 7 meses
Puntos: 0
Respuesta: Error imagen fondo (?)

Código:
html, body {
	height: 100%; 
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

#all {
	overflow: hidden;
	background-position: center center;
	width: 100%;
	background: url("http://stalkto.com/resources/images/bg.jpg") no-repeat;
	background-size: cover;
}
He añadido eso pero la imagen sigue viéndose igual cortándose :/
Es eso a lo que te referías?