Image Submit Button


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1.  
  2.  
  3. <input type="image" src="/images/stories/btn/login_01.gif" onmouseover="this.src = '/images/stories/btn/login_02.gif';" onmouseout="this.src = '/images/stories/btn/login_01.gif';" onmousedown="this.src = '/images/stories/btn/login_03.gif';" />
  4.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.