To powinno wyglądać tak jak w kodzie ?
Tutaj cały kod .css < --- .css nie jest dokończony jakby co, HTML też.
A tutaj HTML
Kod:
div#footer {
width: 1000px;
height: 372px;
clear: both;
color: #333;
background: url(images/stopka.jpg);
}
div#footer blox {
width: 400px;
height: 372px;
background: url(images/bg.jpg) no-repeat;
position: relative;
}
Tutaj cały kod .css < --- .css nie jest dokończony jakby co, HTML też.
Kod:
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #111111;
width: 1000px;
margin: 0 auto;
}
#top {
background: url(images/bg1.jpg) repeat-x;
margin: 0 auto;
width: 1000px;
}
p {
padding: 10px;
}
#wrapper {
margin: 0 auto;
width: 1000px;
}
#content {
float: left;
color: #333;
background: ;
height: 350px;
width: 1000px;
display: inline;
}
#navigation {
float: left;
width: 1000px;
height: 95px;
color: #333;
background: url(images/menu.png) center no-repeat;
}
#header {
color: #333;
width: 1000px;
float: left;
height: 75px;
background: #6B6659;
}
div#footer {
width: 1000px;
height: 372px;
clear: both;
color: #333;
background: url(images/stopka.jpg);
}
div#footer blox {
width: 400px;
height: 372px;
background: url(images/bg.jpg) no-repeat;
position: relative;
}
A tutaj HTML
Kod:
<body>
<div id="top"></div>
<div id="wrapper"></div>
<div id="navigation">
<p>Menu</p>
</div>
<div id="header">
Header </div>
<div id="content">
Text
</div>
<div id="footer"> </div>
</body>