Is it possible to prescribe the rounding feature without prefixes for the rounded corners of the blocks? that is, write not a set of properties
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
and just write
border-radius: 10px;
? Is there a problem with display problems in older versions of browsers?