Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/03/2013, 06:57
royalz
 
Fecha de Ingreso: enero-2013
Ubicación: Zaragoza
Mensajes: 24
Antigüedad: 11 años, 4 meses
Puntos: 0
Respuesta: espacio en el top, un tanto extraño.

Vale, ok, lo planteo de otra forma, porque el header, tiene ese margen ahí, y no sale pegado arriba:

Código:
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	<style>
	body {background-image: url(img/bg_black.png);}
	header {width: 916px; height: 150px; background-image: url(img/bg_white.png);margin: 0 auto;}
	</style>
	<header>
	</header>
	<div id="wrapper">
	</div>
</body>
</html>