I have a HTML/CSS page consist of a left navigation bar and main content part(right part), the left navigation bar with a darker background. I want to use one left navigation bar for all pages, its length need to be always same as the page length, eg same length as content part, but my content part are dynamic data, I can not predict what its legth will be, if content part shorter than left bar, that's fine, but if content part longer than left bar, the lfet bar will stop in the middle, the page looks urgly, there are alway same links on this left navigation bar, so the length always same, how can I solve this problem?
Help please!
Many thank!