to randomize it with php you would do
html4strict Code:

Код:
<div id="bgImg" style="background:url(/images/<?= "img_".rand(0,1000).".gif"; ?>) no-repeat top left;">aaaaaaa</div>
create 1000 images in your images folder called /img_1.gif, /img_2.gif etc..
__________________

- не помнимаю что к чему
кроме путей до картинок
У меня на мониторе следующее

Код:
<!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=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-image: url(images/IMG_0.jpg);
}
-->
</style></head>
=============
Далее что писать я не понимаю ,
просто вставлять из буфера и менять пути и названия бэкграундов
не помогает при просмотре в броузере нифига не меняется/
Что-то делаю не верно -

хочу понять что?