Gradient Page

Added: 01 January, 2007
Downloads: 668
Required: javascript
Ratting: 2.5

Use this script to add gradient effect in your page background. It don't use any image to make the effect. It only use code. So doesn't matter how long you page is or if its height varies. Gradient effect will cover all top to bottom smoothly.



Add this code below between <body  and > of your webpage

style="filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');" bgcolor="#FFFFFF" text="#000000"

 

You should not use any other background color in for you body which will overwrite this script.