Guest User

Untitled

a guest
Sep 17th, 2018
125
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. <a href="mailto:info@mydomain.com">info@mydomain.com</a>
  8. </div>
  9.  
  10. <div class="email_me">
  11. <a href="mailto:info@mydomain.com"><img src="images/email.png" style="...;border:0;" alt="info@mydomain.com" /></a>
  12. </div>
  13.  
  14. #email_me {
  15. width : ...
  16. height: ...
  17. }
  18.  
  19. #email_me a {
  20. display : block;
  21. width : 100%;
  22. height : 100%;
  23. overflow : hidden;
  24. text-indent : 100%;
  25. font : 0/0 a;
  26. background : url(images/email.png) top left no-repeat;
  27. }
Add Comment
Please, Sign In to add comment