Is there a way to disable browser tooltip from displaying when hovering over elements that have attribute \'title\' populated? Note that I don\'t want to remove title conten
You could use jQuery to remove the contents of the title attribte, or move it into some other parameter for later use.
This does mean you lose some accessibility though.
RE: ClueTip A search of Google seems to suggest this is a common problem - is this only happening in IE? ClueTip seems to work as expected in FireFox.