100% Height DIV

The trick is to set body with height:100% in CSS:

<style>
   html, body {
      margin: 0px;
      height: 100%;
   }
</style>

Then DIV's CSS height:100% will work !

Comments

Popular posts from this blog

Java encoding : UTF-8, Big5, x-MS950-HKSCS