Replies Back to Article
CSS Gradient Background
RE: RE: Demo link not working
September 26, 2003 by John Gomez
Yes, I AM the dope. I didn't realize the "blank" screen WAS the gradient until I scrolled down and saw the change. It looked like a blank screen to me. I look forward to trying this out. Thanks!!!
goin' it all the way
January 2, 2004 by Justin Reid
Nice tutorial, though if using CSS why not go all out?
<STYLE TYPE="text/css">
<!--
BODY {
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#BDBABD', startColorstr='#9C969C', gradientType='0');
}
-->
</STYLE>
<!--
BODY {
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#BDBABD', startColorstr='#9C969C', gradientType='0');
}
-->
</STYLE>
I know this is only an IE filter, though I'm sure the Alpha filter can be adapted.
Love your work...