I am trying to figure out how to turn off the default hover text but keep the hover text that is shown in the black box. We are using Tipsy here and want to continue to use this on our pages.
I am using HTML5 in a web form to help with validation and want to keep validation turned on so I don't have to write a lot of JavaScript code. I don't want to add the non-validate to form.
The double hover text is not only confusing to the users but doesn't look the greatest either.
Please see the attached picture below.
Thanks for all of you suggestions, but maybe my initial post was not clear.
- This is my issue: I want to remove all default tool-tip messages that the Browser is displaying when the html5 input control is either empty or becomes invalid, such as shown in the picture shown above. I want to avoid showing double tool-tips.
html5 Example:
I have tried adding the oninvalid="setCustomValidity('Testing')" - but this is not really what I want either since the invalid only gets called when posting the form and also the default browser tool-tip still will remain.
Thanks for any feedback