An iframe that won't disapear

Tagged:  

I had a problem with an iframe once that although had 0 width and height would still show up on the page. What finally did the trick was the marginheight attribute set to 0, marginheight = "0". Hope this helps if it happens to you.