Setting a div height to 0px does not seem to work.
The div expands to show it
Try to also set line-height: 0;
line-height: 0;
And if you want to hide your div completely, use display: none;
div
display: none;