18-02-2008, 19:40
Kod:
<html>
<body>
<div id="container">
<div id="header">#header</div>
<div id="menu">#menu</div>
<div id="content">#content</div>
<div id="footer">#footer</div>
</div>
</body>
</html>
I css
Kod:
body{
background: url(img) no-repeat;
}
#header{
background: url(img) no-repeat;
}
#menu{
background: url(img) no-repeat;
float: left;
}
#content{
background: url(img) no-repeat;
float: right;
}
#footer{
background: url(img) no-repeat;
clear: both;
}
No i oczywiscie wymiary itp wpisujesz tam
