Tooltip, need css/js, helper

Hello,

Who knows how to implement tooltips for links,buttons?

Of course i can find tooltips(css/js) in Internet , but i asked you if
you know.

what tooltip you can recommend and maybe it has RoR helper for easy
usage.

ps: about google.com i know :slight_smile:

Thanks

Igor K. wrote:

Hello,

Who knows how to implement tooltips for links,buttons?

Of course i can find tooltips(css/js) in Internet , but i asked you if
you know.

what tooltip you can recommend and maybe it has RoR helper for easy
usage.

http://blog.innerewut.de/tooltip

With the current version from svn you can do things like this:

<% tooltip ‘big_bad_button’ do -%>
Press this button to initiate auto-destruction.
<% end -%>

Where ‘big_bad_button’ is the DOM id of your element.

Get the current plugin+ js from from

http://tooltip.rubyforge.org/svn/plugins/tooltip/trunk

Jonathan

–
Jonathan W.
http://blog.innerewut.de

Thanks Jonathan for reply,
But this tooltip is too simple, i need some featured tooltip.

Igor K. wrote:

Thanks Jonathan for reply,
But this tooltip is too simple, i need some featured tooltip.

What do you mean by featured? You can style the tooltip as you like

Jonathan

–
Jonathan W.
http://blog.innerewut.de

What do you mean by featured? You can style the tooltip as you like

I need bubble with tail tooltip.
For example try this
http://codylindley.com/blogstuff/js/tooltip/tooltip.htm