在过去的两天里,我一直在努力破坏我的大脑
这是我的小提琴 http://jsfiddle.net/wd7a6/
我在活动标签中添加了箭头,但我无法定位它
请让我知道我做错了什么
.ui-state-active a::before {
content: "";
position: absolute;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid black;
top:-20;
display:block;
}
我很抱歉无法正确解释看截图,你会明白的