CSS tooltips without javascript
Here is some really simple css code for showing tooltips. I am not using any of javascript for this code, just CSS hover pseudo-selector. “A” tag is positioned relative so “span” tag can be positioned absolutely (actually relative to “a” parent tag). Feel free to use this code wherever you want.
CSS tooltips without javascript [SOURCE CODE]




