IE8中height100%无效解决方案
在IE8中设置height100%无效需要在样式表中加入以下代码:
<style type="text/css">
html,body,form{
height:100%;
}
</style>