Forum Moderators: not2easy
But CSS3 is a loooong way off yet. It's just a working draft at the moment and bear in mind that most browsers don't even full implement CSS2 yet, despite it being a w3c recommendation for almost six years now!
.classname {
border:1px solid #000;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomleft: 12px;
-moz-border-radius-bottomright: 12px;
} It won't validate either, but you can't have everything! If you need it to work in IE, you'll have to use images and a bit of positioning.