Hmm habe das noch mal getestet mit Text.
<div class="div1"><span>Text</span></div>
.div1 span {
visibility: hidden; /* geht nicht */
display: none; /* geht nicht */
opacity:0; /* geht nicht */
color:transparent; /* geht als einziges */
}
Ich weiß ja nicht, was du noch vorhast, aber wenn du Text...