Web Hosting Talk







View Full Version : Pictures Slideshow in Image Map


Sizzly
03-20-2004, 03:29 AM
Hello,

I am creating a web site and there is an image map which forms the middle of the front page.

We need to have a photo slideshow going on in a specific empty space we left on the image. The image has some other graphics with links.

How can this be done?

Just a guess: CSS positioning and a GIF animation?

Any questions?

Any input you can provide will be appreciated.

Thank you

cenvo
03-22-2004, 05:25 PM
You can alternatively slice the images and reintegrate using tables to show as a single image. See that the area that you want slideshow to come in as a single TD. Now you can paste the code for the slide show in this TD.

Kalina
03-22-2004, 06:18 PM
I would try using tables like cenvo suggested or you can try using div layers.