0

基本上,以下代码似乎没有附加到我在 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;
}

文本阴影只是附加而不是背景

4

1 回答 1

0

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

于 2013-02-20T15:04:22.713 回答