I have a shape on a background. I have one jQuery color picker to chose the color of the shape, and one jQuery color picker to change the background color. I need ie6 support.
The shape can be any kind of image.
Changing a div background color behind a negative image of the shape doesn’t work, because this way i can only change the color of the shape.

Any ideas ?
Raphael.js gives you very rich support for exactly the kind of thing you’re doing, cross browser, using efficient vector graphics and with (relatively) lightweight code.