alt is not intended for tooltip at all. That's a mistake with Internet Explorer.
Alt: An attribute used to display some text in the place of the image if the image was not loaded.
Title: An attribute used to show some text in the tooltip above any element when you pass the mouse over it.
Never use alt with the intention of showing tooltip text.
Here's the correct usage of alt and title:
<img src="house.jpg" alt="[image of a small white house]" title="This is my house!">
Alt: An attribute used to display some text in the place of the image if the image was not loaded.
Title: An attribute used to show some text in the tooltip above any element when you pass the mouse over it.
Never use alt with the intention of showing tooltip text.
Here's the correct usage of alt and title:
<img src="house.jpg" alt="[image of a small white house]" title="This is my house!">
'all' 카테고리의 다른 글
meta tag (0) | 2010.03.05 |
---|---|
자바스크립트 삽입 태그 (0) | 2010.03.05 |
팝업 (0) | 2010.03.05 |
기존 사이트가 ie8에서 깨질 때 (0) | 2010.03.05 |
프로젝트 진행 시 체크 사항 (0) | 2010.03.04 |