I have empty space div that goes like this:
<div id="space"><!-- IE fix--></div>
and the CSS for this is:
#space{font-size:0;
background-color:transparent;
height:15px;
display:block;
}
This should just make an empty box. And its fine in firefox. But in IE I get no space at all! Whats wrong?