Bonjour
J'aimerais faire un site en html
avec une image de fond
pour cela je faire :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>XXXXX</title>
<style type="text/css">
.body {
background-image: url(test.gif);
background-repeat: no-repeat;
margin:auto;
width:800px;
height: 1200px;
}
</style>
</head>
<body>
<div class="body" >
</div>
</body>
</html>
Mais j'aimerais que au bout de de 1 min il charge en image de fond une autre image test2.gif
merci