Simple Machines Community Forum

General Community => Scripting Help => Topic started by: Jap on June 05, 2005, 04:20:20 PM

Title: Image Fade
Post by: Jap on June 05, 2005, 04:20:20 PM
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?
Title: Re: Image Fade
Post by: [Unknown] on June 06, 2005, 04:05:55 AM
It uses fader.js.  That's the most important part.

-[Unknown]