This is the inline help tip! You can explain to your users what this section of your web app is about.
此代码共3种演示效果,请点击上面的按钮进行切换。
鼠标移到右侧的“?”问号上查看效果。
This is the inline help tip! You can explain to your users what this section of your web app is about.
此代码共3种演示效果,请点击上面的按钮进行切换。
鼠标移到右侧的“?”问号上查看效果。
代码整理:时代Java - NowJava.com
注:此代码仅供学习交流,请勿用于商业用途。
3种形式tips帮助提示框代码,鼠标悬停在问号上,出现提示框。提示框有纯文字,html代码,图片三种形式。兼容主流浏览器,时代Java - NowJava.com推荐下载!
使用方法:
1、head区域引用文件lrtk.css中class help-tip部分
2、按以下格式复制代码到你的HTML中
<div class="help-tip">
<p>把提示文字写在这里</p>
</div>