Does anybody know hoe to display tooltip on checkbox?
Appreciate any help.
Thanks
Does anybody know hoe to display tooltip on checkbox?
Appreciate any help.
Thanks
<input type="checkbox" name="checkbox1" value="" title="my title">
Title attribute on checkbox shows tooltip in IE4+/Win, NS6+, Firefox, and Opera 6+.
thanks a lot Guru