1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* Thanks to Steve Powell for http://rpubs.com/stevepowell99/floating-css */ #TOC { position: fixed; left: 0; top: 0; width: 200px; height: 100%; overflow:auto; } body { max-width: 800px; margin: auto; margin-left:210px; line-height: 20px; }
Contact - Imprint