Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. color: transparent;
  2.  
  3. font-size: 0px;
  4. line-height: 0;
  5. text-indent: -1000em;
  6. display: block;
  7. padding-left: 1000px;
  8.  
  9. <INPUT TYPE="image" SRC="images/yourButtongif" HEIGHT="30" WIDTH="100" ALT="Text In Case There Is No Image" />
  10.  
  11. <input type="image" src="/images/some_image.png" />
  12.  
  13. input[type="image"] {
  14. border: 1px solid red;
  15. width: 150px;
  16. height: 35px;
  17. }
  18.  
  19. <a href="javascript:return false;" class="button" id="buttonOK"><span
  20. class="icon">Ok</span></a>
  21.  
  22. span.icon {
  23. /*visibility: hidden;*/
  24. display:block;
  25. margin-left:-1000;
  26. width:100px;
  27. }
  28.  
  29. span.icon {
  30. visibility: hidden;
  31. }
  32.  
  33. { display: block;
  34. text-indent: -9999em;
  35. text-transform: uppercase; }
  36.  
  37. color: transparent;
  38.  
  39. padding-left: 3000px;
  40. overflow: hidden;
Add Comment
Please, Sign In to add comment