kod:
<html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2"> <meta http-equiv="content-language" content="pl"> <link href="styl.css" rel="stylesheet" type="text/css"> </head> <body> <div ID="kontener"> <div ID="logo"> LOGO </div> <div ID="naglowek"> </div> <div ID="menu"> <ul> </ul> </div> <div ID="tresc"> sdfasdfasdsssssssssssssssssssssssssssssssssssssssssssssdfasdfasdssssssssssssssss
sssssssssssssssssssssssssssssdfasdfasdsssssssssssssssssssssssssssssssssssssssssss
ssdfasdfasdsssssssssssssssssssssssssssssssssssssssssssssdfasdfasdssssssssssssssss
sssssssssssssssssssssssssssssdfasdfasdsssssssssssssssssssssssssssssssssssssssssss
ssdfasdfasdsssssssssssssssssssssssssssssssssssssssssssssdfasdfasdssssssssssssssss
sssssssssssssssssssssssssssssdfasdfasdsssssssssssssssssssssssssssssssssssssssssss
ssdfasdfasdssssssssssssssssssssssssssssssssssssssssssss </div> <div ID="stopka"> Stopka </div> </div> </body> </html>
CODE
body{
margin:0;
padding:0;
text-align:center;
}
#kontener{
margin:auto;
width:1200px;
}
#logo{
height:100px;
background-color:darkgray;
}
#naglowek{
background-color:gray;
}
#tresc{
background-color:silver;
height:auto;
}
#menu{
float:left;
width:20%;
background-color:silver;
display:block;
height:auto;
}
#tresc {
float:left;
height:500px;
width:80%;
background-color:lightgreen;
}
#menu ul {
list-style:none;
}
#stopka{
background-color:gray;
}
margin:0;
padding:0;
text-align:center;
}
#kontener{
margin:auto;
width:1200px;
}
#logo{
height:100px;
background-color:darkgray;
}
#naglowek{
background-color:gray;
}
#tresc{
background-color:silver;
height:auto;
}
#menu{
float:left;
width:20%;
background-color:silver;
display:block;
height:auto;
}
#tresc {
float:left;
height:500px;
width:80%;
background-color:lightgreen;
}
#menu ul {
list-style:none;
}
#stopka{
background-color:gray;
}
up błagam was pomóżcie!!