I have managed to make a DIV tag invisible in JavaScript by setting the display to none and the visibility to hidden. It can be achieved with this class also:
.i
I rather use a fixed height and width (height:0; width:0;). Don't forget to eliminate borders, paddings and margins.