Line 38: | Line 38: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(e) { | $(document).ready(function(e) { | ||
+ | $("html").height($("html").height() - $("body").height()); | ||
alert($("html").height()); | alert($("html").height()); | ||
}); | }); |
Revision as of 07:57, 28 September 2016