I am using iframes in my page, and have stumbled across a weird issue. I set the iframe css like so
iframe { margin: none; padding: none; background:
The problem is line-height setting, try adding line-height: 0; to the iframe container.
line-height: 0;