Soldato
- Joined
- 12 May 2007
- Posts
- 3,896
- Location
- Bristol
I'm not holding my breath but maybe someone here might have run into the same problem before.
Client had a website which was all tables so we redid it for them with proper xhtml/css. They had animations that played on nav hover. It was done with JS and basically just cycled through a bunch of images to 'play' the animation. I combined them all into single .gifs and had them display: none and then changed it to display: block on hover. Now, here is the problem..
It works in IE7 and Safari but will only play the animation once. When you hover over it more than once, it just skips to the last frame of the animation.
It works perfectly fine in IE6, FF2, FF3 and Opera.
Anyone have any ideas?
Client had a website which was all tables so we redid it for them with proper xhtml/css. They had animations that played on nav hover. It was done with JS and basically just cycled through a bunch of images to 'play' the animation. I combined them all into single .gifs and had them display: none and then changed it to display: block on hover. Now, here is the problem..
It works in IE7 and Safari but will only play the animation once. When you hover over it more than once, it just skips to the last frame of the animation.
It works perfectly fine in IE6, FF2, FF3 and Opera.
Anyone have any ideas?