How do I have a static height/width sidebar and bottom bar with a respnsive main content area that houses an iframe?
问题 I want to display a web page that is just an iframe, with a fixed width sidebar and a fixed height bottom bar. It will look like this: This is where I'm at now, which doesn't work: <style> body {margin:0;overflow:hidden;background-color:#f4f4f4;} #iframe {position:absolute;left:0px;top:0px; width:100%; height:100%; padding:0px 200px 100px 0px;} #bars {width:100%;height:100%;} #bottombar {width:100%; height: 100px; position: absolute; bottom: 0; background: grey} #sidebar {width:200px; height: