Thursday, March 16, 2006 12:04 PM
So I'm working on a new website for the company I work for, and I'm looking at some other sites to get some inspiration. I was looking through Microsoft's website, and seeing how they did their table structures and what not...when I happened accross an interesting line of code:
DXImageTransform.Microsoft.Gradient(startColorStr='#CEDFF6', endColorStr='#1E77D3', gradientType='1')
So I called out “Oh great Google, please tell me what this means” and the response I got was this:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/filters/gradient.asp
Apparantly there's a built in gradient filter in IE that will allow you to make the kewl gradients like what you see on the Microsoft main page at the top. Very kewl indeed.
D