FAT modification, Safari test (not working)

This is a modified version of Richard Livsey's FAT modification example to test a problem Safari is having with FAT. Hover over the text below to see what colors the web browser is using to fade the box. I've used 3 fps and 1 second to make it easier to work with.

The correct sequence (fading in and fading out) should be "#e8e6de #efeea5 #f7f66c #FFFF33 #ffff33 #f7f66c #efeea5 #E8E6DE". Firefox and IE 6 get it right, but Safari doesn't. Safari instead prints: "#ffffff #ffffbb #ffff77 #FFFF33 #ffffff #f7f6f4 #efeee9 #E8E6DE".

I've made som changes to the script to make it work in Safari, here's the example with my changes.

/Adrian Bengtson


Hover here

The script can be found here