巧用border制作箭头

Posted l_strive

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了巧用border制作箭头相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>鼠标经过灰色区域出现黑色三角</h1>
<div><a href="javascript:void(0);"></a></div>
<style>
div{ display: block; height: 30px; background:#ccc; }
div a{ display: block; width:50px; height: 30px; position: relative; }
div:hover a:after{
content:‘‘;
display:block;
border-style:solid;
border-width:0px 6px 6px 6px;
border-color:#000 transparent;
position:absolute;
left:50%;
bottom:0;
margin-left:-6px;
}
</style>
</body>
</html>

以上是关于巧用border制作箭头的主要内容,如果未能解决你的问题,请参考以下文章

巧用border特性实现聊天气泡效果

border-color的透明属性

巧用 CSS 实现动态线条 Loading 动画

巧用边框设置一些效果

移动端比1px还小的border

border-radius