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

P

Paul Hall

I want to have a slide show on my web site, with only one picture showing at
a time
 
K

Kevin Spencer

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.
 
S

Steve Easton

Google for "JavaScript slide show" with the quotes.


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