Help width CSS Height

Help width CSS Height

In CSS:
html {height:100%}

It is necessary by button pressing:

$("#logbut").click(function() { 
$('html').css('height','');
$('html').css('position','relative');
$('#auth').fadeIn(1000); 
} );

Don't work, The height remains 100 %
Please help