Can hardly remember what it was like in the old days when we wanted rounded corners.
.container {
-moz-border-radius:8px 8px 0 0;
-khtml-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
}
Can hardly remember what it was like in the old days when we wanted rounded corners.
.container {
-moz-border-radius:8px 8px 0 0;
-khtml-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
}