Cita:
Iniciado por xknown Probablemente te estés confundiendo de atributo, si quieres que aparezca el texto al poner el mouse encima de la imágen, debes definir el atributo title
<img src="..." alt="..." title="Imagen ...." />
Pues no veo por ninguna lado que title sea un atributo válido de IMG
Código:
<!-- To avoid problems with text-only UAs as well as
to make image content understandable and navigable
to users of non-visual UAs, you need to provide
a description with ALT, and avoid server-side image maps -->
<!ELEMENT IMG - O EMPTY -- Embedded image -->
<!ATTLIST IMG
%attrs; -- %coreattrs, %i18n, %events --
src %URI; #REQUIRED -- URI of image to embed --
alt %Text; #REQUIRED -- short description --
longdesc %URI; #IMPLIED -- link to long description
(complements alt) --
name CDATA #IMPLIED -- name of image for scripting --
height %Length; #IMPLIED -- override height --
width %Length; #IMPLIED -- override width --
usemap %URI; #IMPLIED -- use client-side image map --
ismap (ismap) #IMPLIED -- use server-side image map --
>
http://www.w3.org/TR/html4/struct/objects.html#edef-IMG
inforsol, gracias por tu interés,
acá tenés un ejemplo. Creo que las únicas imagenes que tienen su alt son la del
y algunas que emulan un botón con el signo "+"
Saludos