问题:如何使用html,css实现问号提示信息?不使用js
解决:使用hint.css或自己写
方法:
方法一:
使用hint.css
http://kushagragour.in/lab/hint/
方法二:
<div id="content">
<div class="help-tip">
<p>This is the inline help tip! You can explain to your users what this section of your web app is about.</p>
</div>
<p>此代码共3种演示效果,请点击上面的按钮进行切换。</p>
<p>鼠标移到右侧的“?”问号上查看效果。</p>
</div>