Advertisement
Guest User

hover!

a guest
Aug 27th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!-- put this in the head! -->
  2.  
  3. <script type="text/javascript" src="https://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  4.  
  5. <!-- put this in style! -->
  6.  
  7. div#qTip {
  8. display: none;
  9. max-width:250px;
  10. margin-left:25px;
  11. margin-top:-50px;
  12. text-align: center;
  13. position: absolute;
  14. transform:translate(0,-25%);
  15. z-index: 9999999;}
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement