e-law-ise

Hover Text 1

Apr 18th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  2. <style>
  3. div#qTip {
  4. padding: 3px; /*change room around text here*/
  5. display: none;
  6. text-align: center;
  7. position: absolute; /*important*/
  8. font-size:7px; /*change text size here*/
  9. line-height:9px; /*change height of box here*/
  10. font-family:cambria; /*change font here*/
  11. z-index: 100000000000000000000000000000000000000000;
  12. /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
  13. border: 1px solid #7E7F80; /*edit border here*/
  14. background-color:#ffffff; /*edit background color here*/
  15. color: {color:text};
  16. text-transform:uppercase;
  17. letter-spacing: 1px;
  18. }
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment