Page 1 of 1

No alt of <img> tag visible

Posted: 16 Aug 2013, 02:23
by sattva
In HTML mode I can't see alt notes of <img> tag:
<img alt="aqva_1" src="content/aqua_children/aqva_1.jpg" height="250" align="left" width="264" />

Alt if on its place, but no tooltips (descriptions of the image).

http://ebru-art.com.ua/?/aqua_children/

Re: No alt of <img> tag visible

Posted: 16 Aug 2013, 04:15
by mjau-mjau
To get a native browser tooltip on images, you need to add title:
Code
title="Ali Baba"

Re: No alt of <img> tag visible

Posted: 16 Aug 2013, 05:42
by sattva
Thank you. It seems in IE6 alt was enough and it
worked as title nowadays for modern browsers... :shock:
Anyway it makes sense. 8)