Here is the HTML5 code for embedding the iframe on a page:
A working sample of this coding is incorporated on the right side of this blog.
html {overflow:hidden} is included in the style tags, which prevents scrolling. However, a div tag was added to allow for the desired scrolling feature for "y" (vertical) and not "x" (horizontal), i.e., overflow:auto; overflow-x:hidden.
No comments:
Post a Comment