自定义工具提示未显示在正确位置

时间:2011-05-28 17:59:39

标签: css

我在图表上显示了自定义工具提示。工具提示箭头标记位于应显示的位置右侧。我做错了什么?

请看这里的图片:

enter image description here

http://imageshack.us/photo/my-images/13/arrowmark.png/

这是我的CSS:

.mouse-value {
    font-size: 14px;
    font-weight:bold;
}
.mouse-value:after {
    content: "";
    border-color: #FFFF99 transparent transparent transparent;
    border-style: solid;
    border-width: 20px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -40px;
    left: 10px
}

1 个答案:

答案 0 :(得分:0)

左下角似乎位置正确,请尝试调整leftbottom