alguien me puede decir que script puedo usar para que cada vez que toke f5 cambie el fondo de mi pagina porque eh buscado pero no encuentro alguna solucion
aki dejo el html
Código PHP:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<link href="stylo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p><img id="Bg" src="3.jpg"/></p>
<div id="Site">
<div id="menu">
</div>
</div>
</div>
</body>
</html>
y aki dejo el css
Código PHP:
/* CSS Document */
html,body{margin:0;padding:0;height:100%;overflow:hidden;}
#Bg,#Site{
position:absolute;
z-index:-1;
width:100%;
height:100%;
left: -1px;
top: -2px;
}
#Site{z-index:1;overflow:auto;color:#fff;}
#Content{width:800px;margin:auto;}
#menu {float:right; background-image:url(fmenu.png); background-repeat: no-repeat; height:150px; width:300px; margin-top:200px; margin-right:10px;}
desde ya muchas gracias