Link to home
Start Free TrialLog in
Avatar of sandshakimi
sandshakimiFlag for United States of America

asked on

How to Duplicate this Page Background?

I want to duplicate the background of this home page, the slight gray gradient.

http://www.serve.gov/index.asp

I'm using Drupal, so what's the best approach?
ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here is the gradient imageUser generated image
If it is a linear gradient (not radial) then you could create the gradient you want in Photoshop or gimp or some image program, take a 1px wide slice of it and then use that as your background image with the CSS that LZ1 posted except you would want to have repeat-x instead of no-repeat.  This will duplicate your 1px wide gradient all the way across the page with a very small image file size.

Height of the gradient would only need to be the number of pixels that it takes to get from grey to white.