Freewebs isn't the best site for scripts, and apparently not very good even for pages in general because of code that the host adds to your page. In the Opera browser, the page loads but is then 99% covered by the cyan overlay with freewebs self promotional blurb at its top. The script works in FF. In IE there is an error. But since, for some reason you have the main script on the page twice, I'm not sure if the problem is that or some adverse interaction between the script and the freewebs host. Remove the main script from the body, leave the main script in the head, see if you have better luck. I'll try a mock up to see if I can determine if having the script twice is the problem or freewebs itself.
OK, I just checked - I'm not sure what the trouble is in Opera, that's probably freewebs fault. But in IE, if you take out the extra copy of the main script that you put in the body and just keep the one in the head, it looks like it will work. Also, you need to add (red):
Code:
var faders=[];
// Preset each image's initial opacity (0 to 100):
// ex: faders[x]=['image_id', initial_opacity];
faders[0]=['kurtrollover', 30];
faders[1]=['blueholerollover', 30];
faders[2]=['skullrollover', 30];
faders[3]=['novarollover', 30];
faders[4]=['roserollover', 30];
to your declaration of faders.
Bookmarks