Could I use this tooltips with images?
Yes, of course. All you need to do is change code for image like this:
<a class="tooltips">link<img src="http://../.jpg" alt="" /></a>
Could I set my own colors?
Yes, of course. Just add in your CSS file these two lines:
.tooltips span.COLOR_NAME:after{ border-bottom-color:#000000; }
.tooltips span.COLOR_NAME{ background: #000000; }Could I change how the toolbox look like?
Yes, all you need to do is change one element in CSS :
.tooltips span
{
display: none;
... and your own design lines ...
}What if I want to use toolbox on DIV element?
It’s never been easier! Just place your anchor tag on your element like:
<a class="tooltips"><div id="yourElement" /></a>


39 Purchases
3 Comments