Tooltip BBCode
The Tooltip BBCode lets you insert tooltips in your post.
stylesheet.css and paste the following code in the bottom
Kod:
a.tool {
font-weight: bold;
position: relative;
text-decoration: none;
cursor: help;
}
a.tool span {
position: absolute;
font-weight: normal;
border: 1px solid black;
background-color: #CFE1F6;
padding: 10px;
color: black;
width: 225px;
left: -9999em;
}
a.tool:hover {
visibility: visible;
z-index: 100;
}
a.tool:hover span, a.tooltip:focus span {
left: 30px;
text-decoration: none;
}
Save, upload and refresh theme.
:
tml]'[tooltip]' => '<a href="#" class="tool"><img style="width:16; height:14px;" src="http://www.phpbb3bbcodes.com/images/toolfaq.gif" alt="" /><span>',
'[/tooltip]' => '</span></a>',
Example:
Kod:
Tooltip: [tooltip]Message[/tooltip]