开发者

Textbox CSS hover

开发者 https://www.devze.com 2023-03-04 11:57 出处:网络
I have a textbox in xul firefox application and I generate some text from this textbox and paste it in 开发者_开发技巧my website.

I have a textbox in xul firefox application and I generate some text from this textbox and paste it in 开发者_开发技巧my website.

How do I show a popup message or some message when someone puts the cursor on the generated text?

My browser is Firefox.

Thanking you guys in Advance.

karthik


You can do something like this with Javascript: <span onmouseover="alert('Message');">Generated text here.</span>

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号