Are anyone out there having a clue why Google Chrome give me another vertical scrollbar inside the iframe? Works fine all IE and Firefox. Seems, though, also have the same problem in Safari.
the code today is simply
<iframe width="1024px" height="2048px" scrolling="no" frameborder="0" src="
http://url../"></iframe>
I readed that Chrome does not like the html { overflow-y: scroll;} while it badly needed for nice result in IE and firefox..
So,
I redefine the question and ask how someone here has solved this ?