Skip to content

Instantly share code, notes, and snippets.

@norbajunior
Last active January 20, 2016 17:48
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 norbajunior/f963de7920d44f88fc8d to your computer and use it in GitHub Desktop.
Save norbajunior/f963de7920d44f88fc8d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
#photo {
filter: alpha(opacity = 0);
position: fixed;
top: -100em;
}
</style>
</head>
<body>
<label for="photo" class="btn btn-success">
<input type="file" id="photo">
</label>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment