I was wondering is it possible to customize the tooltip that we get after setting the title attribute in an img tag? Now I get a standard rectangle with blue background with text on it and what I’d want to get is my own image (lets say something that looks like a cloud) with text on it. Is it possible with css or js?
Share
You need javascript for that. try this here or here
Or you can roll your own. But basically there is no way to do it directly in html (dont know about htm5/css3).