I have a requirement that needs all of Bootstrap's responsiveness to appear in a subsection of the page. I need an area to be static for existing content, and the remaining area for Twitter Bootstrap to do its resize magic. I can't seem to get this to work with just a sub-div, and am close to depending on an iFrame for the right side SPA that will exist.
Readjusting the image queries doesn't seem to be enough for this case. Anyone have any ideas or solutions to this?
Edit: I forgot to include - we need to have the responsive behavior actually respond to the size of the div element, rather than the browser size. That means that the media queries of bootstrap will pay attention to what the div size is rather than the window size. I know that bootstrap is pretty tightly coupled with using media queries to determine the device size. How could we get this to happen?