M
moondaddy
I want to fill the entire background of a page with a gradient. As a test,
I first filled with a solid color like this:
<body style="background-color: #ccffff;" >
and the entire page was this color.
next I replaced that with a gradient style like this:
<body style="filter:
progidXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=
'white' , EndColorStr= '#e9f5ff' );" >
and I entered a few words of text in a div take. the only area with color
was the div tag.
Lastly I moved the style to a css class and set all the proper references
and I got nothing. I also did a Google before making this post with no
luck.
Please advise.
Thanks.
I first filled with a solid color like this:
<body style="background-color: #ccffff;" >
and the entire page was this color.
next I replaced that with a gradient style like this:
<body style="filter:
progidXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=
'white' , EndColorStr= '#e9f5ff' );" >
and I entered a few words of text in a div take. the only area with color
was the div tag.
Lastly I moved the style to a css class and set all the proper references
and I got nothing. I also did a Google before making this post with no
luck.
Please advise.
Thanks.