Groups | Blog | Home
all groups > dotnet ado.net > august 2007 >

dotnet ado.net : How to fill background of page with gradient


moondaddy
8/31/2007 9:50:18 PM
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:
progid:DXImageTransform.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.






--
moondaddy@newsgroup.nospam

moondaddy
8/31/2007 10:23:59 PM
Sorry, I posted this to the wrong group. please disregard.


[quoted text, click to view]

AddThis Social Bookmark Button