I'm trying to make a tooltip appear when a user hovers over a button. You can do this in CSS, so I was going to use setStyle()
to make a tooltip. But I'm not very good at CSS and I can't get it to work. Is there a way to do this, or should I just use a label element instead?