I was wondering how you make a background slideshow fade into other photos like a regular slideshow. I\'ve tried many codes and have yet to be successful.
Now, I hav
Working example on jsFiddle.
Use this code instead: (note that you'll need to load jQuery in order for this code to work)
HTML
CSS
.fadein { position:relative; height:320px; width:320px; } .fadein img { position:absolute; left:0; top:0; }
JavaScript