CSS Fill 100% of height. Different Browser Sizes
问题 I have a sidebar(blue) which is set to float left. I've set the height to 100% and body and html height set to 100%. It works fine: The problem is when the browser is smaller than the content pane div (red), the height of the sidebar becomes the same height as the browser. So if i scroll down, the side bar is shorter than the page: The body adjusts itself though, its height covers the content pane. But I guess the height of the sidebar is the height of the window because, it's set to 100% of