17-12-2009, 22:21
Wycinasz dolny i górny gradient i robisz mniej więcej tak
CSS:
HTML
CSS:
Kod:
#wrapper-top {background: url(images/gorny-gradient.png} top left repeat-x;}
#wrapper-bottom {background: url(images/dolny-gradient.png} bottom left repeat-x;
#content {width: 960px; height: auto; margin: auto}
HTML
Kod:
<body>
<div id="wrapper-top">
<div id="wrapper-bottom">
<div id="content">
content
</div>
</div>
</div>
</body>