I haven't seen pure HTML image slideshow
Don't know what I mean really haha. Have a project to do using HTML. The site that I tried following used JavaScript or something, loading the 3 images in the <head> and the on the <body> there was a code to change every few seconds.
That seems like an old trick; loading images on the <head> is like doing image swap for navigation menu circa 1998no wonder it's difficult..
http://jquery.malsup.com/cycle/
http://jquery.malsup.com/cycle/begin.html
Code:http://jquery.malsup.com/cycle/
Think these are probably what you are looking for -
Code:http://jquery.malsup.com/cycle/begin.html
If you need help implementing it, let me know.
ND