Earlier quoted context omitted.
Unusable for me on Linux/firefox too.
same for IE6
Finally, CSS based gradient text, no images
21–27 of 27 posts
Re: Finally, CSS based gradient text, no images
#22Re: Finally, CSS based gradient text, no images
#23Finally? Forgive me, but I can't really see the need for CSS to pull this off on its own. With gradient text you're not looking to convey information (or at least, no more than the words would convey with any other css-available text effect), you're looking for a visual effect . Something that images handle rather well.
Re: Finally, CSS based gradient text, no images
#24Earlier quoted context omitted.
Looks good, but I also experienced unbearable sluggishness on Linux/Firefox when scrolling. Specifically, Xorg and firefox processes use nearly all my CPU when I scroll. It's unusable in its current form (at least on this system). Hopefully you can tune your code; this is a neat effect.
Unusable for me on Linux/firefox too.
I'm really curious what the underlying cause is, if it's not just perception bias on my part.
Re: Finally, CSS based gradient text, no images
#25Earlier quoted context omitted.
Unusable for me on Linux/firefox too.
There seems to be something really slow about javascript-heavy sites on Unix, I think. I'm really curious what the underlying cause is, if it's not just perception bias on my part.
Re: Finally, CSS based gradient text, no images
#26This uses JavaScript, not CSS. CSS on the other hand, does have a built-in way to do gradients (CSS3+): *-colors: #color1 #color2 #color3 #color4 ect For example, this demo makes use of border-colors gradients and border-radius: http://code.eligrey.com/css3/border-colors/styled.html (Only shows gradient in browsers that support CSS3 like FF3 & Safari 3)