Skip to content

Instantly share code, notes, and snippets.

@mbernson
Created January 25, 2012 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbernson/1677390 to your computer and use it in GitHub Desktop.
Save mbernson/1677390 to your computer and use it in GitHub Desktop.
Input plaatje
<!DOCTYPE html>
<style type="text/css">
input[ type=submit ] {
color: transparent;
background: transparent url("http://placekitten.com/128/128") no-repeat fixed;
border: none;
width: 64px;
height: 64px;
}
</style>
<form>
<input type="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment