Hele, a co trebas takto:
Menu bude trvale na strance a text v "block" ti bude pri rolovani zajizdet pod vrhni menu.
++Kód:<body> <div class="block"> nejaky hodne dlouhy text ;) </div> <div class="top_menu"> vrchni menu </div> <div class="left_menu"> leve menu </div> </body>
Kód:.left_menu { position: fixed; text-align: center; overflow: hidden; height: 80%; top: 5em; left: 0em; width: 9em; z-index: 100; float: left; background-color: #66CC00; } .top_menu { position: fixed; text-align: center; overflow: hidden; height: 5em; width: 100%; left: 0em; top: 0em; z-index: 100; background-color: #66CC00; } .block { position: absolute; text-align: justify; top: 7em; left: 9em; margin-left: 5%; margin-right: 5%; z-index: 1; }