animation in Perl/CGI module does not work in any browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • craigt
    New Member
    • Oct 2006
    • 6

    animation in Perl/CGI module does not work in any browser

    Hey,

    I have a file loading CSS animation in a Perl/CGI module that looks and positions as hoped in Chrome, Edge, FF, IE, and Opera. But the animation does not work in any of the browsers.

    I've taken the same CSS and DIVs where the animation should appear and put that in an HTML module and the animation works as expected. Thinking there might be some sort of interaction with other parts of the program, I stripped out everything in the Perl/CGI program except the HTML skeleton, the CSS, and the DIVs. It still does not work.

    The application I'm working on is written in dHTML (HTML,CSS,JavaS cript,Perl/CGI). Its running on an Apache server, is up under mod_perl without error, and is running on a Windows 10 basic PC.

    Any help on why the animations might not be working or a pointer to an example that works will be appreciated. Thanks.

    craigt
  • craigt
    New Member
    • Oct 2006
    • 6

    #2
    I loaded the HTML module with only the file loading indicator in the iframe in the CGI module and the animation worked. But loading the animation into a div positioned on top of the iframe or any where else in the CGI and the animation does not work.

    Comment

    • craigt
      New Member
      • Oct 2006
      • 6

      #3
      What I did that works as I hoped is that I load the indicator as an HTML file into an object in the CGI process and position that object at the V/H center of the iframe. I put a 1 second lag in the JavaScript that's executed when the IFRAME content is loaded (ONLOAD) to turn the indicator off, to ensure that at least a little of the indicator is seen on a real fast load.

      Comment

      Working...