If you are creating IFRAMES for Internet Explorer 7, make sure you include the end tag explicitly.
<iframe…. /> will not work and all text after the iFrame will be hidden. (Which might be desired if you are trying to hide text)
Instead use the following, it will give the ifram effect that you are looking for.
<iframe….></iframe>
use