There are many ways to code an image to fade in/out on mouseover/out
The way I've been doing it, requires a combo of JavaScript and CSS. The problem is that the CSS used isn't valid, plus it doesn't work in Opera.
***************
The fade script used with SMF doesn't seem to use CSS at all, so that's valid. And it works on all 3 popular browsers (IE, Mozilla, Opera)
When I looked through the source and tried to pull out the JavaScript to test it, I can't get it to work. So there's probably more to the script that I missed.
Can someone post the full script here that is used by SMF so I can use it on other websites?
It uses fader.js. That's the most important part.
-[Unknown]