Cita:
Iniciado por emprear
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
/*<![CDATA[*/
html, body{
height :100%;
padding: 0px;
margin: 0px;
}
body {
background-image: url('fondo.jpg');
}
div{
background-color: cyan;
width: 900px;
height: 100%;
margin: 0px auto;
}
/*]]>*/
Contenido
solo tenes que poner tu imagen
Saludos
Viendo esto me surge una pregunta, ¿que tal de correcto seria dar el fondo a la etiqueta <html> y luego ya el fondo de la pagina a <head>?
No se si me explico. Un saludo