In stackoverflow, when we hover on a user\'s reputation we see a text. I have seen this at many places and the source code tells me that it can be done without js. And i tri
You're looking for tooltip
For the basic tooltip, you want:
For a fancier javascript version, you can look into: http://www.designer-daily.com/jquery-prototype-mootool-tooltips-12632 The above link gives you 12 options for tooltips. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
For a fancier javascript version, you can look into:
http://www.designer-daily.com/jquery-prototype-mootool-tooltips-12632
The above link gives you 12 options for tooltips.