html - Title tag text shows up on image in chrome -


i have title tag around image supposed show on hover. works in ie in chrome title tag text shown on image on hover.

here html snip section

<img id="projects" title="some of projects." /> 

the image in table i'm not sure if affecting this. have picture of happening not enough reputation post in question apparently.

does have ideas?

thanks!

i discovered setting background-image using css without setting "src" attribute apparently makes chrome treat image though didn't load, display alt or title text on top of background image. setting src attribute on image instead of using background-image in css made stop showing text.


Comments