Advertisement
Vaellyth

Tink Opt Img CSS

Aug 8th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /* Floating Image */
  2.  
  3. li#view-wishlist {
  4. position: absolute;
  5. margin: auto;
  6. width: 200px;
  7. height: 300px;
  8. background: url(http://placehold.it/200x300); /* Swap this URL with your image of choice. For best results, crop down to 200px x 300px
  9. or any size with that ratio. */
  10. top: 0px;
  11. left: -230px;
  12. opacity: 0;
  13. }
  14.  
  15. #sidebar:hover li#view-wishlist {
  16. opacity: 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement