PDA

View Full Version : Moving JPEGs


allenrichard
3-6-04, 06:00 PM
Here I go again, adding a new concept. If anyone can explain how I would create two JPEGs in one table that "moves" when the page is accessed, using Front Page 2003, I would really appreciate it. Here is a sample from another web that is similar to what I am trying to achieve. Thanks again for those who have posted in the past. Allen
www.trainerforce.com/exercises.htm

Builder
3-6-04, 06:46 PM
The pictures shown on that page are not JPEGs, they are animated GIFs:

<img border="0" src="chair_toe_dips.gif" width="180" height="135">

Someone took 2 pictures, converted them to GIF format and animated them.

Good luck,
Kevin

allenrichard
3-6-04, 06:55 PM
Thank you.

gillcouto
3-7-04, 12:35 AM
If you want to animate non-gif images, it's possible with JavaScript. Look for slideshow scripts, almost the same thing, probably the same code. Some useful sites are:

http://scriptsearch.internet.com/
http://www.yourjavascripts.com/
http://www.codelifter.com/

Good luck!

allenrichard
3-7-04, 02:18 PM
Thanks so much.