Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. .share-link {
  2. display: block;
  3. width: 41px;
  4. height: 32px;
  5. text-decoration: none;
  6. background: url("link-icon.png");
  7. }
  8.  
  9. .share-link:hover {
  10. background-position: -41px 0;
  11. }
  12.  
  13.  
  14. <a title="Share this Link" href="#"><img class="share-link"></a>
  15.  
  16. *:focus {outline: none;}
  17.  
  18. .nohighlight:focus { outline:none; }
  19.  
  20. #dlbutn {
  21. display:block;
  22. width:0px;
  23. height:0px;
  24. outline:none;
  25. padding:43px 51px 43px 51px;
  26. margin:0 auto 5px auto;
  27. background-image:url(/images/download-button-102x86.png);
  28. background-repeat:no-repeat;
  29. }
  30.  
  31. <img class="share-link" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/>
  32.  
  33. a image {border: none} or a image {border: 0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement