.greenbutton {
font-family:"Helvetica";
font-size:28px;
font-weight:normal;
line-height:130%;
color:rgb(255,255,255);
font-weight:300;
height:100%;
text-decoration:none;
padding-left:40px;
padding-right:40px;
padding-top:3px;
padding-bottom:3px;
text-align: center;
margin-top:25px;
border-top-width:1px;
border-top-color:#999999;
border-top-style:solid;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0%, rgba(6,171,151,1)),
color-stop(60%, rgba(6,171,151,1)),
color-stop(61%, rgba(120,212,205,1)),
color-stop(100%, rgba(120,212,205,1))
);
-webkit-border-radius:15px ;
}
.greenbuttonholder{
width:140px;
height:50px;
padding-top:25px;
position:relative;
margin:auto;
}
このボタンは Google Chrome でのみ機能し、Firefox では機能しません。
ちなみに、ここで実験をしたい人のために、jsfiddle のリンクがあります: http://jsfiddle.net/M5Bzn/
私が試した唯一のことは、すべての行に -moz- を追加することですが、明らかにうまくいきませんでした:P