Can I add this to a image? I tried but its not working.
img[title]:hover:after {
content: attr(title);
padding: 3px 3px 3px 3px;
margin-top: 4px;
background: #000;
position: absolute;
z-index: 9999;
}
<img title="Online" alt="Online" height="16px" style="margin-top:-5px;" src="https://cdn0.iconfinder.com/data/icons/weboo-2/512/tick.png">