Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <style type="text/css">
  2. .sem-file-button {
  3. position:relative;
  4. overflow:hidden;
  5. display:inline-block;
  6. }
  7.  
  8. .sem-file {
  9. position: absolute;
  10. top: 0;
  11. right: 0;
  12. margin: 0;
  13. opacity: 0;
  14. -ms-filter: 'alpha(opacity=0)';
  15. font-size: 200px;
  16. direction: ltr;
  17. cursor: pointer;
  18. }
  19. </style>
  20.  
  21. <span class="sem-file-button">
  22. <span class="sem-file-button-text"><a href="#">Select File</a></span>
  23. <input type="file" class="sem-file" />
  24. </span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement