小编use*_*073的帖子

CSS中的Speechbubble工具提示 - 如何移动箭头

嘿,我创建了这个小小的语音气泡工具提示,箭头位于底部:

http://jsfiddle.net/QNPYQ/

.bubble:after {
    border-color: #EEEEEE rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 26px;
    bottom: -52px;
    content: "";
    display: block;
    height: 0;
    left: 4em;
    position: absolute;
    width: 0;
}
Run Code Online (Sandbox Code Playgroud)

任何人都可以告诉我如何在顶部制作箭头<div>

html css html5 tooltip css3

3
推荐指数
2
解决办法
980
查看次数

之后和之前的Jssery中的Css

为什么这个代码段无法在按钮上运行?我该怎么做才能正确?

$('div.button:after').css({
    display:'none'
})
Run Code Online (Sandbox Code Playgroud)

html javascript css jquery button

1
推荐指数
1
解决办法
107
查看次数

标签 统计

css ×2

html ×2

button ×1

css3 ×1

html5 ×1

javascript ×1

jquery ×1

tooltip ×1