Animated gifs stop animating after pop-up is opened in IE

J

just me

Hello,
An odd one here - normally I find my dodgy functionality wont work in NS but
does in IE, this time it's the other way around.
I have a page which includes a couple of animations. These work fine until I
open a JavaScript popup window. Then the animations cease until I reload the
page.
This happens in IE, but not in Netscape or Opera (as I've tried).
Can anyone advise a solution?
Cheers.
 
S

Steve Easton

This is because the page that
has the animations looses "focus"
when the popup opens.
Normally, closing the popup "should"
restore focus to the the animated page.
 
Top