過去3か月間、これに苦労しています!! - css3 を IE7,8 および 9 に適応させる方法は??
これは私のページです
そこでボタンを使用しています。角を丸くしたいので(基本、いいえ?)、この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);
}
そしてボタンは
<button type="submit" id="1" class="main_title">מאפיינים</button>
お気づきのように、私は css3pie という「拡張機能」も使用して動作させましたが、何もしませんでした!!
なにか提案を?