私は次のクラスを持っています:
a.greenbutton, input.greenbutton {
/*background: url("../image/button.png") repeat-x scroll left top transparent;*/
behavior: url("/css3pie/PIE.php");
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px 7px 7px 7px;
cursor: pointer;
display: inline-block;
line-height: 11px;
padding: 6px 12px;
text-decoration: none;
background-color: green;
color: white;
position:relative;
z-index: 0;
}
PIE.php ファイルは次の場所にあります。/root/css3pie/
ここで見ることができます:
違いを確認するには:
http://trashtalk.dk/Apple/iPhone
次の場所からファイルをダウンロードすることもできます。
http://trashtalk.dk/css3pie/PIE.php
私は何を間違っていますか?