C
ctrl+alt+delete
I have a DIV on my webpage that is set to be hidden (style="display: none").
Within the DIV is an animated gif that's simply a graphic that simulates
data flowing from the clients PC to the server. This a form page
(self-submitting). When the user submits the form, I have some Javascript
that sets the DIV to be displayed. The problem is that the animated gif does
not "play". It's displayed in it's static state. WHY? And if I used a Flash
movie, would I have the same problem?
Within the DIV is an animated gif that's simply a graphic that simulates
data flowing from the clients PC to the server. This a form page
(self-submitting). When the user submits the form, I have some Javascript
that sets the DIV to be displayed. The problem is that the animated gif does
not "play". It's displayed in it's static state. WHY? And if I used a Flash
movie, would I have the same problem?