You're going to need to create a canvas element behind the element you want a gradient in, and draw a gradient into the new canvas element.
https://developer.mozilla.org/En/Canvas_tutorial/Applying_styles_and_colors#Gradients Canvas is an HTML5 feature. -Chase On Jan 6, 7:47 pm, Erick Emde <[email protected]> wrote: > Hi, > I'm trying to figure out how to use MooTools to create a background > gradient on a div. > I've looked around and can't find anything. > Anyone know of a plugin? > Thanks, > Erick
