我正在尝试为 Chrome 使用 webkit 渐变标签,但它根本不起作用。我已经在 Firefox 中尝试了它background:-moz-linear-gradient(#000, #888);
,它工作得很好。
但是,background: -webkit-gradient(linear, from(#000), to(#888));
它不起作用。这是我的一段代码:
echo "<tr style='background:-moz-linear-gradient(#000, #888); background: -webkit-gradient(linear, from(#000), to(#888));'><td width='65'><img src='images/avatar/defaultuser.jpg' height='65' width='65'>";