Skip to content

Instantly share code, notes, and snippets.

@danielbouman
Created June 11, 2012 06:17
Show Gist options
  • Save danielbouman/2908710 to your computer and use it in GitHub Desktop.
Save danielbouman/2908710 to your computer and use it in GitHub Desktop.
Aanpassing Mike Verkouter
<a href="#" onmousedown="this.className='focus'" onmouseup="this.className=''">Facebook</a>
Vervangen door:
<a href="#" onmousedown="this.className='focus'" onmouseup="this.className=''" onmouseout="this.className=''">Facebook</a>
Dit bij elke button doen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment