We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Mouse over image text is not displaying, how do I fix it?

  • 2 válasz
  • 11 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: [email protected]

more options

Web pages created using Yahoo Sitebuilder. Jpeg images inserted on various pages. Mouse Over alternate text "Click for enlarged image" added in image properties along with image file location. The problem is - Mouse Over alternate text does not display when placing mouse pointer on the image. However the enlarged image does display when clicked. Internet Explorer works correctly, it displays the alternate text. Is there a fix for Firefox? Thanks

Web pages created using Yahoo Sitebuilder. Jpeg images inserted on various pages. Mouse Over alternate text "Click for enlarged image" added in image properties along with image file location. The problem is - Mouse Over alternate text does not display when placing mouse pointer on the image. However the enlarged image does display when clicked. Internet Explorer works correctly, it displays the alternate text. Is there a fix for Firefox? Thanks

Összes válasz (2)

more options

The title attribute is meant to show as a tooltip if you hover an image or link and the alt attribute is meant to be displayed if the image is not available.
If there is no title attribute, but there is an alt attribute then IE will show the alt attribute as a tooltip.
Firefox doesn't do that, so if the title attribute is missing then you do not see a tooltip if you hover an image or link.


more options

Thanks for the info.