I have a custom styled file upload button which is implemented by using the hack where you position a standard file input with opacity 0 positioned directly behind a custom button. I would like the file inputs default "no file chosen" mouse over not to appear when the user mouses over my custom button.
Is there anyway to block that tooltip from appearing?
Furthermore, the file input seems to caption the mouse move events completely and they do not get triggered on my custom button, is there a way to prevent the file input from capturing mouse input like that?