RedBull 0 #1 January 29, 2002 Does anyone have some java .class (or whatever) code that will allow me to have a table cell's BGCOLOR fade from one color to another? No motion, just color A on the left, color B on the right, and a gradual transition in the middle. I've looked around the web for hours at java libraries, and nobody's bothered to post anything so seemingly simple. Quote Share this post Link to post Share on other sites
MarkM 0 #2 January 29, 2002 Java code won't work with html like that. If you're talking about a real time gradual color change, then javascript might do this but I kind of doubt it.If it's just a static color fade effect I'd use background images to create the effect. Quote Share this post Link to post Share on other sites
jfields 0 #3 January 29, 2002 From what I've seen, I'd agree with Mark. Animated images as cell backgrounds would do the trick.Justin Quote Share this post Link to post Share on other sites
RedBull 0 #4 January 29, 2002 Thank you for your replies. As I look at this, it seems it will be more trouble than it's worth to keep searching. Even if such code exists, it would probably be a pain to integrate into my app. The first rule of programming:If your can't get it the way you want it, want it a different way. Quote Share this post Link to post Share on other sites