If you want the text itself to have a gradient, there is a workaround using CSS3 at http://nicewebtype.com/notes/2009/07/24/pure-css-text-gradient-no-pngs/ . Another alternative is to use Javascript, although it cannot go into details, since I know little about it. I am sure that many Javascript Framework, such as MooTools or jQuery, have functionality for this. If they don’t, I’m sure you can find the jQuery plugin that did.
, , CSS3:
.text {
-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 0.8)), to(rgba(108, 191, 255, .9)));
}
Internet Explorer CSS3, , , - IE, .
Javascript - , Javascript , , , .
- . , ?