HTML CSS coding - image slideshow how to?

I have created a website, but instead of having one static image on the main page, i would rather have it still for a few seconds, then another image slide in.

I feel it keeps the website fresh.

Please help,
Tom.
 
This is not something you can do with HTML or CSS, as they were both meant to be static from the start.

You need to use client-side scripting such as JavaScript to achieve this (where you can set a loop to update an image on a seperate thread).

If you want to know where to go in order to learn how to do this, feel free to email me.
 
Back
Top