onhover

  1. walterf25

    B4J Question Underline Text on hover

    Hi all, I am trying to figure out a way to underline the text on an ABMLabel component when hovering over the label, I have tried the following but doesn't work. lblforgotpass.SetExtraStyle($":hover {text-decoration: underline; }"$) Any ideas how to get this working? Regards, Walter
Top