I\'m trying to create an effect where you click on a thumbnail image, and the link to the thumbnail will replace the main image, but fade it in. This is the code I\'m curren
You cannot fade-in something that is already at 100% alpha :)
In other words, you either fade it out or hide it, and then fade it in.
I made this example, basically, I hide it and then fade it:
http://jsfiddle.net/uGFMt/