.hide{
  position:absolute;
  top:0;
  left:-9999px;
  height:0;
}
.show{
  position:relative;
  top:0;
  left:0;
  height:auto;
}