Image Cross Fader Redux
17. Jul 07 | Design Tips & Tricks, Web | 1 Comment »As I many times surf the web and find an interesting solution to a “web” problem I might have I often find some cool feature I have seen before but was unable to find out exactly how it works. The same happened with Image Cross Fader Redux. It consists of JavaScript code, CSS and HTML and makes some kind of gallery of fading images. You can see an example: 45royale.com/ and on many other pages.
The Basics
Files are available at these two web sites
http://www.javascriptsearch.com
To sum up: write HTML code in your document (with correct names of pictures and their sizes), write CSS in the file xfade2.css, write CSS in the file fade2_0.css, write Javascript code and add CSS and Javascript links to the head of your HTML document.
I’ll use it in my next project.


