Problem creating a Table of Contents (with "infinite" height) using HTML/CSS – Jquery
Basically I want to have two sections with completely independent scrolls: A TOC (generated with JS using H1,H2,H3 from the content) Content (text and images) Here's the CSS: #post-content { width: 70%; margin-left: 30%; } #toc { width: 30%; position:…