google chrome - Iframe scroll content -
my dom structure looks
<div id="wrapper"> <iframe id="preview"></iframe> </div> then modify content of iframe js , @ end need have option scroll content of iframe.
problems:
- the wrapper has set height , width
- the iframe mandatory
- the wrapper class there block user interacting iframe (readonly)
- it must work on ie10, ie, chrome, ff
Comments
Post a Comment