Thanks again, coothead!
It was the autofocus, although previously it was giving focus to the field while loading normally. Any other way i can get the first field focused?
I put the transitions comma-separated on one line as below, and all is working now. Much appreciated.
Code:
-moz-animation: fadein 2.6s linear 1, shadow 3s linear infinite;
-webkit-animation: fadein 9s linear 1, shadow 3s linear infinite;
-ms-animation: fadein 9s linear 1, shadow 3s linear infinite;
-o-animation: fadein 9s linear 1, shadow 3s linear infinite;
animation: fadein 9s linear 1, shadow 3s linear infinite;