How to make mootools tooltips default ones for whole site?
Posted 16 years 9 months ago
I've enabled the Tips plugin included in Mootools in index.php and created one class for tooltips in template_css.css.
Now I just need to assign class=tips1 to an image or an url to have the mootools' tooltip displayed and it works like a charm, only opacity doesn't work ???.
My question is: How do I make the Mootools' tooltips default for the whole joomla website? Even for the email, pdf, print mini buttons and for all "tooltips" included with modules from different components? Let's say I'd like to assign by default a tips2 class to all urls by default and have tooltips displayed through mootools. Is that possible?