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.
This is my modified script that works in Safari (1.3 and 2.0 at least). It shows the correct sequence (fading in and fading out): "#e8e6de #efeea5 #f7f66c #FFFF33 #ffff33 #f7f66c #efeea5 #E8E6DE".
Compare this with the original FAT modification example, the one that does not work correctly i Safari.
/Adrian Bengtson
Hover here
My modified script can be found here