我想要相反的邊界半徑,這樣笑臉會很傷心。反向邊界半徑
div.smile {
width: 200px;
height: 70px;
border: 10px solid #222;
border-top: 0;
background: rgba(0,0,0,0);
-moz-border-radius: 0 0 120px 120px/0 0 90px 90px;
-webkit-border-radius: 0 0 120px 120px 0 0 90px 90px;
border-radius: 0 0 120px 120px/0 0 90px 90px;
position: absolute;
bottom: 50px;
left: 38px;
box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
這裏是小提琴鏈接:
http://jsfiddle.net/mayoung/2qBLF/
@JosjC好的謝謝!它確實有效......可以懇請告訴我,爲了我的知識,我必須改變邊界方向嗎? – alonblack
非常感謝你的時間和幫助! – alonblack