Is there a way to achieve this layout using only CSS and HTML?
I want to create 2 divs, one nested inside the other. The parent div should span 100% of the window width, while the child div should have fixed margins and fluid width filling the remaining space in the parent (parent div - 2 child margins).
While it's straightforward to do this with JavaScript, I'm curious if there's a CSS-only solution.
See example picture
P.S. It needs to be compatible with IE8+