mam kodzik:
kod cssa:
Kod
#stopka {
margin: 5px 20px 20px 20px;
padding: 0px;
border: 2px solid #868686;
background: black;
}
#top {
margin: 5px 20px 20px 20px;
padding: 10px;
border: 2px solid #868686;
background: black;
height: 100px;
voice-family: "\"}\"";
voice-family:inherit;
height: 70px;
}
body #top {
height: 70px;
}
#left {
position: absolute;
top: 120px;
left: 0px;
margin: 20px;
padding: 10px;
border: 2px solid #868686;
background: black;
width: 150px;
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
body #left {
width: 120px;
}
#middle {
margin: 20px 190px 20px 190px;
padding: 10px;
border: 2px solid #868686;
background: black;
}
#right {
position: absolute;
top: 120px;
right: 0px;
margin: 20px;
padding: 10px;
border: 2px solid #868686;
background: black;
width: 150px;
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
body #right {
width: 120px;
}
margin: 5px 20px 20px 20px;
padding: 0px;
border: 2px solid #868686;
background: black;
}
#top {
margin: 5px 20px 20px 20px;
padding: 10px;
border: 2px solid #868686;
background: black;
height: 100px;
voice-family: "\"}\"";
voice-family:inherit;
height: 70px;
}
body #top {
height: 70px;
}
#left {
position: absolute;
top: 120px;
left: 0px;
margin: 20px;
padding: 10px;
border: 2px solid #868686;
background: black;
width: 150px;
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
body #left {
width: 120px;
}
#middle {
margin: 20px 190px 20px 190px;
padding: 10px;
border: 2px solid #868686;
background: black;
}
#right {
position: absolute;
top: 120px;
right: 0px;
margin: 20px;
padding: 10px;
border: 2px solid #868686;
background: black;
width: 150px;
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
body #right {
width: 120px;
}
kod html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <div id="top"> </div> <div id="left"> </div> <div id="middle"> srodek </div> <div id="right"> </div> <div id="stopka"> </div> </body> </html>
Strona mi się wyświetla tak:

A chce żeby kolumny lewy, srodek, prawy byly przy sobie i pod topem a stopka byla pod tymi 3 kolumnami.
Prosze was o pomoc
