Is there any way to accomplish a gradient color fading from one color to the next in HTML or CSS?
I am looking to have a color gradient fade from one color to the next across a table but dont really want to accomplish this through an image, is there any way to do this with HTML or CSS?
Status:
Open Mar 06, 2007 - 11:09 PM
html, css, Color Gradient, Gradient, Fading
2answers
Answers
Mar 08, 2007 - 05:21 AM
John,
The short answer is "no"...there's nothing that has been accepted into the standards for either CSS or (x)HTML that will accomplish a gradient. That being said, I seem to remember an IE-only "filter" effect that may do this, but if you're try to stay cross-browser compatible, Firefox and others will ignore the IE only stuff.
There may be some interesting stuff coming to the pipe with XAML, but Lord only knows at this time what the compatibility will be.
I hope this helps...
Ric
Mar 08, 2007 - 05:26 AM
Thanks Ric
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment