This is the inline help tip! You can explain to your users what this section of your web app is about.

此代码共3种演示效果,请点击上面的按钮进行切换。

鼠标移到右侧的“?”问号上查看效果。

来源:tutorialzine 代码整理:懒人图库 感谢:wordpress Xcoder

*尊重他人劳动成果,转载请自觉注明出处!注:此代码仅供学习交流,请勿用于商业用途。

3种形式tips帮助提示框代码,鼠标悬停在问号上,出现提示框。提示框有纯文字,html代码,图片三种形式。兼容主流浏览器,懒人图库推荐下载!


使用方法:

1、head区域引用文件lrtk.css中class help-tip部分

2、按以下格式复制代码到你的HTML中

<div class="help-tip">

<p>把提示文字写在这里</p>

</div>