Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <div class="imageBox">
  2. <div class="imageInn">
  3. <img src="https://pausethemoment.photography/wp-content/uploads/2017/07/Melbourne-Wedding-Photography-Pause-The-Moment-Beach-Wedding-Photography-610x345.jpg" alt="Sandringham Melbourne Wedding Photography - Sun sets on couple on a beach.">
  4. </div>
  5. <div class="hoverImg">
  6. <a href="https://pausethemoment.photography/contact-us/"><img src="https://pausethemoment.photography/wp-content/uploads/2017/07/Wedding-Photography-Melbourne-Limited-Dates-Overlay.png" alt="Pause The Moment Melbourne Wedding Photography" width="610" height="345" class="aligncenter size-full wp-image-14308" /></a>
  7. </div>
  8. </div>
  9.  
  10. .imageBox
  11. {
  12. position: relative;
  13. float: left;
  14. }
  15. .imageBox .hoverImg {
  16. visibility:hidden;
  17. position: absolute;
  18. left: 0;
  19. top: 0;
  20. opacity: 0;
  21. transition: visibility 0s, opacity 0.5s linear;
  22. }
  23. .imageBox:hover .hoverImg {
  24. display: block;
  25. visibility: visible;
  26. opacity: 1;
  27. }
  28.  
  29. .imageBox .hoverimage
  30.  
  31. .imageBox:hover::after .hoverImg
  32. {
  33. visibility:visible;
  34. position: absolute;
  35. left: 0;
  36. top: 0;
  37. opacity: 0;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement