4

It is very easy with links and images. One could just specify title="Something" to get a nice tooltip over an element. But somehow I don't see any convenient way to do the same to a button. Seems like HTML itself miss this option at the first place.

But maybe there is at least a handy workaround for that?

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
akalenuk
  • 3,815
  • 4
  • 34
  • 56

1 Answers1

0

Jesse Gumm from nitrogenweb googlegroup shared a nice way to do this

#button{text="Submit",postback=whatever,actions="obj('me').title=\"Some title\""}
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265