View Single Post
  #2 (permalink)  
Old 06-16-09, 10:45 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
HTML Code:
<input
    onfocus = "this.style.background = 'url(aardappelsalade.jpg)';"
    onblur  = "this.style.background = '';"
    type    = "text"
/>
Reply With Quote