我有以下课程:
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
我究竟做错了什么?