边境半径的边框颜色为safari

时间:2013-06-26 01:53:58

标签: html css border css3

我正在尝试为带有border-radius的div应用边框和边框颜色。它适用于除safari之外的所有浏览器。在safari中,边框半径可以工作,但边框和边框颜色会混乱。这是我的代码

#profilePic{
    border-radius: 100%; 
    border: 3px solid #fff; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    background-color:white;
}

1 个答案:

答案 0 :(得分:0)

尝试使用box-shadow:inset 0 0 0 3px white;绘制边框以避免有时出现在safari中的间隙? http://codepen.io/gcyrillus/details/jbxDo