overflow: hidden; doesn't work on Chrome with IFRAMEs?

lemon picture lemon · Sep 13, 2011 · Viewed 59.2k times · Source

I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari

Why is this?

Answer

Joonas picture Joonas · Sep 13, 2011

Right, how about:

<iframe scrolling="no" src="http://www.google.com" width="400px" height="300"></iframe>

as in the scrolling="no"

http://jsfiddle.net/neSBS/