yes, for the header its pretty easy cause you can set a body background. Make the top gradient. Set the body background as that gradient. It will go across the top.
For the footer youll need to put it outside the page wrapper so it extends all the way across the bottom. Then you can take that image you have in the corner make it a transparent logo type of thing. Then you can put that inside the footer.
Basically your design should be like
Code:
|-----------------------------------|
|-----------------------------------|
| |
| |
| |
| |
|-----------------------------------|
|-----------------------------------|
or at the very least
Code:
|---------------------------|
|---------------------------|
| |
| |
| |
| |
|-----------------------------------|
|-----------------------------------|
where your header and content are in the page wrapper thats set at your 1000px
and your footer wouldnt be restricted.
Set the background of the footer to the gradient that goes on the bottom
set the background of the body to the gradient that goes on top.
This will also save you in bandwidth and page loading as the gradients would be really small sizes compared to what you have now.
Bookmarks