+ 1
How to create a slide show of photos?
4 Answers
+ 3
you'll need a bit of JavaScript to do that. check out this link for a simple example: http://www.w3schools.com/w3css/w3css_slideshow.asp
+ 2
in html page
<marquee>
<img src=..........etc >
</marquee>
and in cuss
float:left
+ 1
you can use marquee tags
+ 1
If possible give answers with example, think it better