【发布时间】:2010-11-30 09:50:19
【问题描述】:
可以使用以下渐变设置背景样式:
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
有没有办法用渐变设置文本样式?我一直在寻找类似的东西:
color-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));but 找不到任何简单的东西。
感谢您的帮助。
【问题讨论】: