Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
sattva
Experienced
Topic Author
Posts: 41
Joined: 11 Nov 2008, 08:33

No alt of <img> tag visible

16 Aug 2013, 02:23

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/
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: No alt of <img> tag visible

16 Aug 2013, 04:15

To get a native browser tooltip on images, you need to add title:
Code
title="Ali Baba"
 
User avatar
sattva
Experienced
Topic Author
Posts: 41
Joined: 11 Nov 2008, 08:33

Re: No alt of <img> tag visible

16 Aug 2013, 05:42

Thank you. It seems in IE6 alt was enough and it
worked as title nowadays for modern browsers... :shock:
Anyway it makes sense. 8)
Alexey Latiy,
Kiev, Ukraine.