div内のiframeを表示できるようにしながら、DIVからテキストを隠すのに苦労しています。サンプルコードは次のとおりです。
<div class="whatever">
<iframe src="http://something"></iframe>
Here is some text with <a href="#">links</a> and <strong>bold text</strong>
</div>
が表示されるだけ<iframe>
です。これは簡単に達成できますか?