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:
I had the same problem and i fixed it by floating the frame element
iframe { margin: none; padding: none; border: none; line-height: 0; float: left; }