Advertisement
dearcasthemes

hovery title

Apr 9th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <style>
  2. div#qTip {
  3. padding: 3px;
  4. opacity: 1;
  5. display: none;
  6. text-align: center;
  7. position: absolute;
  8. font-style:normal;
  9. margin-top:3px;
  10. margin-left:15px;
  11. font-size:8px;
  12. line-height:9px;
  13. font-family:cambria;
  14. z-index: 9999;
  15. background-color:gray;
  16. border: 0px solid #fff;
  17. color: #fff;
  18. text-transform:uppercase;
  19. letter-spacing: 1px;
  20. }
  21. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement