View Single Post
  #1 (permalink)  
Old 03-21-09, 12:36 PM
AshleyQuick AshleyQuick is offline
Newbie Coder
 
Join Date: May 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Using an animated bg image in css for text input. It works but...

I'm using an animated background image (a green checkmark icon) in my stylesheet for the text inputs in an email form as a visual to show the entry is valid. It animates(fades in) on the first input but not in subsequent inputs. I assume it's because the animation doesn't loop (nor do I want it to).

Can you think of a way to force it to animate each time? This is a php form so I'm hoping there's a php suggestion?

I've attached a screenshot to show how it looks if this helps.

Code:
background: #FFF url(../img/bg_form_confirm.gif) no-repeat top right;
http://174.132.190.171/dev/liveV/
Reply With Quote