Hello,

I am trying to use Tips() to spice up the tooltips on some links.
However the tip is also showing the "href" contents which is not ideal
(in my situation)

I am using this to generate the tips:

var tip = new Tips($$('.a_tip'), {
        className: 'my_tips'
});

And the links are like this (ie normal links):
<a href="http://www.mootools.net"; class="a_tip" title="This is the
title">the link</a>

The resulting tooltip contains this:

"This is the title
http://www.mootools.net";

Any tips (pun intended) as to how to just show the "title" attribute
contents in the tip?

Thanks,
Chris

Reply via email to