How do you stack pictures for slide show-one on top another

  • Thread starter Thread starter Guest
  • Start date Start date
This is typically done, not using "stacked" images, but with "stored" images
(using JavaScript). You create an array of images using JavaScript (in
memory), and set up a timer to swap them out to an Image tag in the page,
one at a time. You should Google "JavaScript Image Swap" for more
information.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Google for "JavaScript slide show" with the quotes.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Back
Top