I'm trying to achieve a border-top of 20px solid red;
, with rounded corners at the bottom. However, the code I have tried doesn't seem to be working for me.
-moz-border-radius-bottomright: 12px 12px;
border-bottom-right-radius: 12px 12px;
-moz-border-radius-bottomleft: 12px 12px;
border-bottom-left-radius: 12px 12px;
Any suggestions on how I can make this work?