You can position the object with CSS "position: absolute" and write a script to change it's "top" and "left" CSS attribute.
On Jun 29, 1:32 pm, Nic Hubbard <nnhubb...@gmail.com> wrote: > I have been trying to find a solution to this for a while, but all I > can find is about style:float which is not what I want. > > I would like to animate an image randomly around the screen. So, it > could slowly float across the screen, and would randomly choose its > motion. > > Any ideas?