Como insertar un gif animado como fondo de una pagina web y que ocupa toda la pantalla del usuario.
Aqui teneis un ejemplo
Codigo html empleado
Añadir esto antes del </head>
<style type="text/css">
#box {
background-color:black;
font-family:arial;
font-size:16px;
color:white;
padding:10px;
text-align:center;
}
a {
color:white;
}
a:hover {
color:red;
}
</style>
<body style="margin:0; background-image:url(stick_people.gif);">
Aqui teneis un ejemplo
Codigo html empleado
Añadir esto antes del </head>
<style type="text/css">
#box {
background-color:black;
font-family:arial;
font-size:16px;
color:white;
padding:10px;
text-align:center;
}
a {
color:white;
}
a:hover {
color:red;
}
</style>
<body style="margin:0; background-image:url(stick_people.gif);">