css tooplis
程序员文章站
2022-06-13 23:02:53
...
<html> <style> .tooltips{ position:relative; width:62px; height:32px; line-height:32px; text-align: center; /* background: #FFFFFF; */ border-radius:4px; border:1px solid rgba(0,0,0,0.20); box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20); } .arrow{ position:absolute; color: #FFFFFF; width: 0px; height:0px; line-height: 0px; border-width: 15px 13px 0; border-style: solid dashed dashed dashed; border-left-color: transparent; border-right-color: transparent; /* bottom: -15px; */ right: 30%; } .arrow-border{ color: rgba(0,0,0,0.20); bottom: -15px; right: 30%; } .arrow-bg{ color: #FFFFFF; bottom: -14px; right: 30%; } </style> <body> <div class="tooltips"> content <div class="arrow arrow-border"></div> <div class="arrow arrow-bg"></div> </div> <body> </html>
上一篇: mysql在ubuntu上的安装过程
推荐阅读
-
第 21 章 CSS3 文本效果 - 水之原
-
CSS 最核心的几个概念
-
Codeforces Round #266 (Div. 2) B. Wonder Room_html/css_WEB-ITnose
-
鼠标悬浮在超链接上弹出提示框_html/css_WEB-ITnose
-
清除浮动4-插入多余的div_html/css_WEB-ITnose
-
html4画直线不是用的html5技术_html/css_WEB-ITnose
-
求助,关于
- 宽度控制的问题_html/css_WEB-ITnose
-
求教这个网站用了什么模板?_html/css_WEB-ITnose
-
加载 CSS 时不影响页面渲染_html/css_WEB-ITnose
-
css3学习之flex实现几种多列布局