I would like to create a site similar to http://www.tomford.com/ but in HTML.
the problem is how do I create a background where images
- change automatically background
- user clicks a icon to change background
- done in css or java script
What I have done:
<body style="background: url(url of image) repeat-x repeat-y center"></body>