Advertisement
shazichan

Fully Defined - Tooltip

Jul 20th, 2022
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. Completely defined Tips
  2.  
  3. [tip=look we're fully defined!]hover here[/tip]
  4.  
  5.  
  6. Please be sure to give enough space so that the tip can be seen! sometimes they get cut off if they are on the bottom line
  7. [style]div.tooltip_content{
  8.        background: black;
  9.        color: white;
  10.        border: solid 1px white;
  11.        }
  12.        .bbcode_tooltip{
  13.        border-bottom: 1px dotted black;
  14.        }[/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement