开发者

Qtip JQuery tooltip library - Only the right hand side corners are showing rounded

When I specify rounded corners for my qtip tooltip only the right hand side are rounded, and the left hand side have notches cut in the corners 开发者_如何转开发where the rounded corner should be.

This shows up on at least firefox and IE.

This is the code I'm using

$('#test').qtip({
   content: 'test',
   show: 'click',
   hide: 'unfocus',
   style: {
       width: 200,
       color: 'black',
       textAlign: 'center',
       border: {
          width: 15,
          radius: 8,
          color: '#6699CC'
       }
    }

}); 


You code works fine for me, check here

link text

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜