I want to do a site so simple it hurts.
I need a fixed side bar with some links.
I need a main window with a scrollbar that scrolls only the main window, not the side bar altogether.
Can I do this without creating 3, 4 or 5 divs, mains, navs, asides, sections, articles or whatever?
Can I do this without more than 10, 20 or 30 lines of css?
The examples in this answer comes close to what I want. But to have 38 lines of CSS to something so simple seem just ridiculous.
`s are not closed on purpose, on same bare-bone principle (closing tag is optional and browsers will close it when next `
` tag is met. Take care.
– tao Feb 12 '17 at 23:15