> Not seen a plugin that does this yet. Would try it myself, but not
> sure how to do so (even after looking at existing implementations).
> http://www.designdetector.com/demos/css-gradients-demo-1.php

The basic implementation of that page similar to the rounded corner plugin I
did. It's much worse from a performance standpoint though, because you have
to fill the entire element area with small slices (generally 1 pixel
wide/high). For corners you only have to overlay the top and bottom edges.

In the IE case you can dispense with that entirely and use the builtin
gradient filter, which has got to be a lot faster:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/re
ference/filters/gradient.asp 

If anyone asks for a radial gradient, punch them. :)


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to