编辑:对不起!看来我是个白痴。它正在工作,只是颜色太相似了。漫长的一天哈哈。
我正在尝试在某些表格标题上获得渐变背景:
在我无法理解为什么它不起作用之前,我已经使用了完全相同的渐变代码:-/
#content.postagepage table th.columnwidthbig {
color:#fff;
background-color: #3d9520;
background-image: -webkit-linear-gradient(top, #589D3D, #3d9520);
background-image: -moz-linear-gradient(top, #589D3D, #3d9520);
background-image: -o-linear-gradient(top, #589D3D, #3d9520);
background-image: -ms-linear-gradient(top, #589D3D, #3d9520);
background-image: linear-gradient(top, #589D3D, #3d9520);
text-shadow: 1px 1px 5px #000;
}