javascript css animation, lowest order image is displaced.

Discussion in 'JavaScript' started by Sleeping Troll, Jun 1, 2009.

  1. #1
    I use a javascript css animation as the centerpiece for my site, however the lowest order image (Orb[0]) is displaced, top is slightly < those of all other images.

    I had thought that perhaps the (0) was a factor so I changed all iterations in the code from (i=0;i<x;i++) to (i=1;i<=x;i++)... same problem.

    The code is quite lengthy and complex, so I won't post it here. If you think you can help, IM me at .

    To see the problem: http://huduzu.trollnest.com/index1.php

    Notice the "credit orbs", one is slightly higher than the others, doesn't matter what type of orb it is, only that it is the lowest order (first defined).

    The paths to all the scripts and css are viewable in the source view.

    It is not a big deal, site will be completed with or without resolution, just that my nose itches and I can't scratch it! lol... thanks in advance.
     
    Sleeping Troll, Jun 1, 2009 IP