webkit-gradient没有附加在FF中

时间:2013-02-20 14:59:55

标签: css webkit

基本上,以下代码似乎没有附加到我在FireFox中的表格TH

.table th {
   font-weight: bold;
   background: -webkit-gradient( linear, left bottom, left top, color-stop(0.03, #3A79C1), color-stop(0.99, #5F9EE6), color-stop(1, #75ABEA) );
   color: #fff;
  text-shadow: 1px 1px 1px #666;
}

文字阴影只附加背景

1 个答案:

答案 0 :(得分:0)

您只使用-webkit-gradient指令,但要使FF看到您的渐变,您还应添加-moz-linear-gradient指令!