0
這適用於Firefox,但由於某些原因,漸變不適用於Safari。有任何想法嗎?這個漸變爲什麼不在Safari中工作?
#footer .buttons .btn {
width: 110px;
height: 61px;
background: #BAE9FF;
-moz-border-radius: 15px;
border-radius: 15px;
background: -moz-linear-gradient(top, #BAE9FF 0%, #2081D6 100%);
background: -webkit-gradient(linear, left top, left bottom, colorstop(0%,#BAE9FF), colorstop(100%,#2081D6));
}
+1 JSFiddle is so grea噸。 – JCOC611 2011-02-14 23:34:43