| פינות ורדיוסים CSS Rounded Corners use no images |
.rounded-corners {
-moz-border-radius: 10px; /* for Firefox */
-webkit-border-radius: 10px; /* for Safar and Chrome */
-khtml-border-radius: 10px; /* for Konqueror * /
border-radius: 10px; /* the css official Syntax */
behavior:url(border-radius.htc); /* for IE */
}
|