Guest User

Untitled

a guest
Sep 17th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Move text and put image jquery
  2. <div class="latest_news">
  3. Latest News
  4. </div>
  5.  
  6. <div class="email_me">
  7. </div>
  8.  
  9. <div class="email_me">
  10. <a href="mailto:[email protected]"><img src="images/email.png" style="...;border:0;" alt="[email protected]" /></a>
  11. </div>
  12.  
  13. #email_me {
  14. width : ...
  15. height: ...
  16. }
  17.  
  18. #email_me a {
  19. display : block;
  20. width : 100%;
  21. height : 100%;
  22. overflow : hidden;
  23. text-indent : 100%;
  24. font : 0/0 a;
  25. background : url(images/email.png) top left no-repeat;
  26. }
Add Comment
Please, Sign In to add comment