Greg Morphis wrote:
I thought I had the image attached?
Here's a link: http://www.worldindisorder.com/background.gif

----- Original Message -----
A friend of mine would like to see his site look like the attached..
The header is easy becase its a solid color, heh, but can someone help
with the metallic look of it? Is it possible?


Use two thin images as background images tiled horizontally.
The upper one is a gradient fill from gray to white. The footer is two gradients coming together.

The only thing CSS related in this question/answer is the style applied to each container.

.main {background: url("main-gradient.gif") repeat x;}
.footer {background: url("fotter-gradient.gif") repeat x;}
--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to