I have a set of <span> elements (each of them is nested to correspondent <div>). They build a stack of panels, like in the picture below.

When span contains some text, it has a normal height. But when it is empty, it's height is 0px. But I need it to have a normal height (to make it look like in the picture).
How to achive this behavior? (I tried to insert a space, but maybe there's a better solution).
min-height? I believe where will be issues with ie6, but all other browsers should work ok. – Morpheus Jan 8 at 15:07