By default in all browsers, title attributes only show on mouse over. I want to show on keyboard focus also. I know this is not possible through only HTML and CSS.
JavaScript will be needed. so i use jquery in almost all projects. so i need a jquery solution to show title on onfocus.
<a title="this is title" href="#">Websites</a>
Later added:
After searching a lot on google i found a javascript solution
Now i just need a jquery version of this
see here : http://www.brothercake.com/scripts/tooltips/tooltips.html
JS code
CSS
the HTML element
Just for the fun of coding here the same but for A link element