Witam,
Z tabelką nie było problemu, dla komórki height="100%" i komórka dostosowywała się do wys. okna.
Z divem height:100% nie działa.
Jest na to jakiś sposób?
Pozdrawiam
<?php <div id="container"> <div id="container2"> <div id="left"></div> <div id="right"> <div id="right_top"></div> <div id="right_bottom"> <div id="content"> </div> </div> </div> </div> </div> body { background-color#060708; background-imageurl(images_main/background.gif); margin0; padding0; text-alligncenter; height100%; } #container{ width1006px; margin0 auto; height100%; background-colorwhite; } #container2{ width1006px; height640px; positionabsolute; top50%; margin-top320px; left50%; margin-left503px; background-imageurl(images_page/background_picture.jpg); } #left{ displayinline; floatleft; width220px; height640px; margin0 auto; margin-left87px; } #right{ displayblock; floatleft; width611px; height640px; } #right_top{ floatleft; width611px; height174px; } #right_bottom{ floatleft; width611px; height395px; overflowscroll; overflow-xhidden; scrollbar-base-color#424242; scrollbar-arrow-color#FFFFFF; scrollbar-3dlight-color#ffffff; scrollbar-darkshadow-color#424242; scrollbar-face-color#424242; scrollbar-highlight-color#262727; scrollbar-shadow-color#262727; scrollbar-track-color#b4b4b4; } #content{ width550px; height410px; padding20px; padding-right0; text-alignjustify; line-height145%; } #content{ font-familyverdana,arial; colorwhite; font-size12px; } ?>