Webkit按钮:背景颜色溢出圆角

时间:2009-12-28 22:00:35

标签: webkit background-color css3

我正在尝试使用-webkit-border-radius

制作一个圆角按钮

这给了我这个按钮(在Safari中):

round corner with background color

您可以看到背景颜色在舍入中溢出。我尝试更改边框大小和半径,但它没有帮助。这是Safari的渲染错误吗?

2 个答案:

答案 0 :(得分:3)

这是在http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed?d1dc0f00 Mike Harding的博客上提到的:

-webkit-background-clip: padding-box;

答案 1 :(得分:0)

看起来这是WebKit的渲染错误。 Adam Betts on Twitter

  

我们在Safari 5和border-radius   文物还在这里。为什么不呢   这固定了吗?   http://lensco.be/test/border-radius-artifacts/