how do you create picture movement in HTML? where it gradually changes?

  • Thread starter Thread starter Enne
  • Start date Start date
E

Enne

Guest
Here is a link to a site that has it
http://www.taylorswiftweb.net/
I really would like to know!
In HTML please. thanks a lot!
 
You can't in straight HTML. You'll either need to create an animated GIF, use JavaScript and the DOM, or use something like Flash/Flex or SilverLight.

animated GIF is the easiest but it hasn't nothing to do with HTML.
 
Back
Top