Já základy znám, mě jde o to, jak zjistit tu výšku...
Ve stylopisu mám něco takového
.web {position:relative; width:1024px; height:auto; margin-left:auto; margin-right:auto; width:1024px;}
.header {position:absolute; width:100%; height:300px; left:0px; top:0px;}
.comlinks {position:absolute; width:100%; height:35px; left:0px; top:300px; background-color:maroon;}
.container {position:relative; width:100%; height:auto; left:0px; top:335px;}
.leftmenu {position:absolute; width:180px; height:auto; left:0px; top:0px; background-color:aqua;}
.infobar {position:absolute; width:664px; height:35px; left:180px; top:0px; background-color:lightgray;}
.content {position:absolute; width:664px; height:auto; left:180px; top:35px; background-color:gray;}
.rightmenu {position:absolute; width:180px; height:auto; left:844px; top:0px; background-color:aqua;}
.bottom {width:100%; height:auto; left:0px; top:auto; background-color:yellow;}
třída web je na zarovnání stránky do středuheader a comlinks jsou logo a to menu pod tím
container v sobě má leftmenu, infobar, content a rightmenu
leftmenu a rightmenu - netřeba vysvětlovat
infobar - ten obdelník nad samotným obsahem
content - obsah
bottom - patička
Ale nedělá to vůbec co bych chtěl
clip2net.com
těch textů si nevšímejte :D
bottom je za headerem O_o není dole .. :\