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!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Unlike other browsers, FoxFire does not display the "alternate" name for images. Why is this?

  • 4 답장
  • 11 이 문제를 만남
  • 10 보기
  • 최종 답변자: cor-el

more options

There are no details, when the mouse cursor is placed over a displayed image, the "alt" name is not displayed. Other browsers do display the "alt" name. Is this a problem with FoxFire or is it designed that way?

There are no details, when the mouse cursor is placed over a displayed image, the "alt" name is not displayed. Other browsers do display the "alt" name. Is this a problem with FoxFire or is it designed that way?

모든 댓글 (4)

more options

Firefox is the name. Foxfire is a bio-luminescent fungus.
http://en.wikipedia.org/wiki/Foxfire_(bioluminescence)


The website probably isn't using that tag correctly.
http://kb.mozillazine.org/Image_tooltips_do_not_work

more options

checked http://en.wikipedia.org/wiki/Foxfire_(bioluminescence) as mentioned above and no alt info was given. This is because the person who placed the image did not supply this information and nothing to do with Firefox.

more options

@Toad-Hall

That was a little of my perverted humor for the "owner" who called it FoxFire instead of Firefox, the correct name.

That image does have an "Alt" for when the image can't be displayed, but it doesn't have the "Title" tag which is needed for displaying a tooltip or image description when the image is hovered with the cursor, per W3C specs. Mozilla does it by the specs, many other browsers don't.

more options

The Alt attribute isn't meant to show as a tooltip on hover.
The Alt attribute is meant to show if the image isn't or can't be displayed.
The title attribute is meant to show if you hover an image or link.
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.