I want the main content to be displayed to the right of the left bar. Whether that's with fixed position or if there's some other way to do it. Doesn't really matter. Though, I don't want to use absolute positioning because I need my page to automatically format itself based on the size of the viewport. Also, the Left Bar isn't going to be a fixed width anyway. That'll be dependant on a number of things and may change multiple times during the same session. So absolute positioning is out of the question.
<div id="header">HEADER</div>
<div id="left_bar">Left Bar of Wonderfulness</div>
<div id="main_content">
<p>I want this content to be displayed right around <b>here</b>. So it doesn't scroll behind "Left Bar of Wonderfulness".</p>
<p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p> <p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p>
</div>
#header{font-size:20vw;}
#left_bar{float:left;position:fixed;}
#main_content{overflow:auto;}
Y'know, I've asked a question here before, and got a similar response. Downvoted and answers completely irrelevant to my question. It's really NOT giving me a good impression of this place, I loathe having to ask any of you people anything. If you actually care about the site that you're trying to utilize, you should try to HELP the people on it, not attack them. -.-