<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<style>
.tooltip-block {
position: absolute;
top: 100px;
left: 100px;
}
.tooltip-block:hover:after {
border: 1px solid #fc0;
padding: 3px 6px;
background: #fffea1;
content: attr(data-title);
position: absolute;
left: 0;
top: -26px;
}
</style>
<span class="tooltip-block" data-title="123456789">123</span>
</body>
</html>
相关文章
- 微信小程序使用content-type等于x-www-form-urlencoded方式使用request请求数据
- css扁平化博客学习总结(四)content代码实现
- iOS- "unacceptable content-type: text/plain"等content-type bug解决方案
- iOS上传服务器数据乱码以及报错:NSLocalizedDescription=Request failed: unacceptable content-type: text/plain;
- Android 让GridView的高度为Wrap_content根据内容自适应高度
- Java获取文件Content-Type(Mime-Type)
- Android 自定义view(二) —— attr 使用
- Toast报错 android.content.res.Resources$NotFoundException
- css content 如何自定义生成图标?
- How to parse Multiline block text if content differs from block to block using Python & regex?