Hi,
I wonder if is it possible to display many copies of one image at different position on the screen..? I want to use setInterval() and let my function produce one image at a time(say 1 second each) .To make it appear at different position I will use Math.random()...
any idea ?
Thanks
If you set the style on the new image tags you are adding and use position:absolute then you just need to select random top and left positions (probably in pixels) to decide where to display each new image.