I use ActiveScaffold in a Ruby on Rails application, and to save space in the table, I replaced the default text โactionsโ in the table (for example, โeditโ, โdeleteโ, โshowโ) with icons using CSS. I also added some custom actions with action_link.add ("move" and "copy").
For clarity, I want a tooltip with a related action (ie, โeditโ, โcopyโ) when I hover over the icon.
I thought I could do this by adding a simple definition of "alt" to the tag, but this does not work.
Can someone point me in the right direction?
Brent source share