Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/01/2011, 21:42
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años
Puntos: 1284
Respuesta: Imagen de fondo en cualquier resolucion

Hola:

Un ejemplico:

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>
	http://www.caricatos.net/probador
</title>
<style type="text/css" >
* {
margin: 0;
}
html, body {
height: 100%;
}
#fondo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
p {
 text-indent: 2em;
 margin: 0 1em;
}

</style>
</head>
<body>
<img src="../dibujos/miemoticon.gif" id="fondo" />
<p>
Aquí el resto de cosas...
</p>

</body>
</html>
Puedes probarlo aquí: Nuevo probador
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo