我有一個小問題。
我需要得到像圖像波紋管,但不能設置箭頭,因爲我想,但我認爲我靠近:)
http://jsfiddle.net/LDhLv/如何使用:之後旋轉箭頭,因爲我想
.d:after {
content: "";
position: absolute;
width: 0;
height: 0;
bottom: 95%;
left: 100px;
border-left: 10px solid #666;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-top: 0px solid transparent;
}
感謝你能也許告訴我如何使它喜歡上圖像白色內部和邊界其他顏色? – 1110
我知道如何在框上設置邊框,但不能在該小角落設置邊框。 – 1110
這有點困難,因爲從本質上講,這就是角落所在;邊界。我要看看[cssarrowplease.com](http://cssarrowplease.com/)(也許是個好主意,也可以查看),看看我能想出什麼。 –