Advertisement
flurriies

Tooltips

Aug 3rd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  2.  
  3. --------------- this is css (change colors and borders and such however you like. it looks really cool if the background is transparent) -----------------------
  4.  
  5. div#qTip {
  6. border:5px dotted #ffd800;
  7. padding: 6px;
  8. display: none;
  9. background:red;
  10. margin-left:10px;
  11. margin-top:-25px;
  12. text-align: center;
  13. font-style:italic;
  14. position: absolute;
  15. font-size:12px;
  16. line-height:10px;
  17. z-index: 9999999;
  18. color: #ffd800;
  19. letter-spacing: 1px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement