Help with HTML Code for motion backgrounds?

Cristina

New member
Ok, so I want my background website to have my background in motion. What would be the code for that? Here is an example of the kind of background I want:

http://www.ignitemotion.com/preview.aspx?v=/files/v6clouds_00000&p=true
 
You can make an animated image and make it your background image.
i.e.
body {
background-image: url ('address here');
}

So now what you have to do is find or make the image. I can't help you there. Sorry.
 
Back
Top