Top "Tooltip" questions

Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.

Good CSS for flashes (aka info messages in Rails, growls in OSX)

I'm having difficulty getting CSS to work like I want it to for flashes (those little messages that show when …

ruby-on-rails css user-interface yui tooltip
A tooltip or something similar move with cursor in WPF

Is it possible to move a Tooltip or something like that with cursor when mouse goes on a specific control? …

c# wpf cursor tooltip onmousemove
Styling a tooltip (popper.js / bootstrap v4 beta)

I've installed bootstrap v4 beta and with it the popper.js (tooltip.js) library. I'm trying to use it's tooltip …

tooltip bootstrap-4 popper.js
jQuery Select All Elements That Have a Title

I need to apply a tooltip plugin to a bunch of different elements on my page. The only common property …

jquery css-selectors tooltip title
Highcharts custom renderer chart and tooltip

Our idea was to draw a waterfall chart with unregular widths. We achieved this chart style by rendering rectangulars to …

highcharts tooltip renderer
c#: show tooltip on subitem

I have a listview, and in one of the columns (not the first) I want to display an error code. …

c# winforms listview tooltip subitem
How to display a temporary baloon tooltip during input validation?

I'm somewhat used to the GUI idiom where when I type something wrong in a text input field a balloon …

java swing user-interface tooltip usability
Bootstrap Tooltip in Ruby on Rails

I'm trying to get this done for quite some time now and i can't figure out whats wrong: My Link: &…

ruby-on-rails twitter-bootstrap ruby-on-rails-4 tooltip twitter-bootstrap-rails
Best way to implement tooltips for JTree?

since JTree & TreeModel don't provide tooltips straight out-of-the-box, what do you think, what would be the best way to …

java swing tooltip jtree
Is it possible to change ToolStripMenuItem tooltip font?

I have a dynamically filled ContextMenuStrip where each ToolStripMenuItem has a formatted text for the tooltip. And, in order for …

c# .net winforms tooltip toolstrip