I'm trying to put together a layout using Bootstrap that resembles your typical OS X UI that's responsive.
It would have to do the following:
- 100% height overall
- Fixed width (but responsive) 100% height side bar with it's own background color
- Responsive body (right column)
I found this thread and it partially does the job. The problem is that the side bar is not 100% height, nor is it fixed width at full view and when being 'responsive' the right side leaves a white background at the bottom, instead of filling in.
I've played around with a bunch of stuff, but can't seem to get it. Would anyone have any suggestions or know how to do this?
Thank you!
EDIT:
Just to clarify, as my question is unclear. This would be a fixed left menu with a fluid right 'body', 100% width overall.