Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/03/2005, 11:05
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 2 meses
Puntos: 535
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
__________________
...___...