100% height for background not working (despite html and body height 100%)
问题 I want to set my wrapper to be 100% height. But I am unable to do so despite setting the height to 100%. Currently, My main_wrapper is empty. It should give me a background color of red. My aim is to have a footer at the bottom using fixed but that is off topic. But it will be good if someone could give a link for position fixed. <html> <head runat="server"> </head> <body class="body"> <form id="form1" runat="server"> <div id="main_wrapper"> </div> <div class="clear"></div> </form> </body> <