标签: css textbox popup hover
我在xul firefox应用程序中有一个文本框,我从这个文本框生成一些文本并将其粘贴到我的网站中。
当有人将光标放在生成的文本上时,如何显示弹出消息或某些消息?
我的浏览器是Firefox。
先谢谢你们。
KARTHIK
答案 0 :(得分:1)
您可以使用Javascript:<span onmouseover="alert('Message');">Generated text here.</span>
<span onmouseover="alert('Message');">Generated text here.</span>