Issue
I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari
Why is this?
Solution
Right, how about:
<iframe scrolling="no" src="http://www.google.com" width="400px" height="300"></iframe>
as in the scrolling="no"
Answered By - Joonas
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.