Why can't I make my div 100% height if I use an HTML5 doctype? How do I get it 100% height
问题 I am working on getting the layout sorted for a pretty simple gallery webapp, but when I use an HTML5 doctype declaration, the height of some of my divs (which were 100%) get shrunk right down, and I can't seem to plump them back up using CSS. My HTML is at https://dl.dropbox.com/u/16178847/eyewitness/b/index.html and css is at https://dl.dropbox.com/u/16178847/eyewitness/b/style.css If I remove the HTML5 doctype declaration, all is as I want it to be, but I really want to use the proper