将箭头添加到自定义验证div

时间:2015-09-04 09:26:02

标签: html css

这是我的代码:: http://prntscr.com/8cfvmi

我需要在我的div中添加这样的箭头:http://prntscr.com/8cfwok如何将这样的箭头添加到我的div中?

JS Fiddle

.user-validation-error{
display:none;
font-size:13px;
border: 1px solid red;
position:absolute; 
z-index:99;
border-radius: 2px;
background-color:#d9534f;
color:white; 
right: 65px;
top: 75px;
height: 25px;
padding: 2px;
}

1 个答案:

答案 0 :(得分:0)

常见"技巧"是在CSS中使用伪元素::after::before

使用此网站可以节省大量时间:http://cssarrowplease.com/