向 div 添加工具提示 - Add a tooltip to a div

問題:

I have a div tag like this:我有一個像這樣的 div 標籤:

<div>
  <label>Name</label>
  <input type="text"/>
</div>

How can I displaying a tooltip on :hover of the div, preferably with a fade in/out effect.如何在:hover div 上顯示工具提示,最好具有淡入/淡出效果。


解決方案:

參考一: https://en.stackoom.com/question/TrTV
參考二: https://stackoom.com/question/TrTV
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章