Это моя страница.
Я использую там кнопки, хочу сделать закругленные углы (просто, нет?)
поэтому я использовал этот CSS
Код: Выделить всё
body .main_title {
font-size: 16px;
padding: 0.3em 1.5em;
display: inline-block;
cursor: pointer;
line-height: 1.5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
background-color: #222222;
color: white;
behavior: url(PIE.htc);
}
Код: Выделить всё
מאפיינים
Есть предложения?
Подробнее здесь: https://stackoverflow.com/questions/107 ... e7-8-and-9