CSS
1 2 3 4 |
#box { overflow: auto; -webkit-overflow-scrolling: touch; } |
HTML
1 2 3 |
<div id="box"> <iframe src="iframe.html" width="100%" height="100%" scrolling="yes" align="top" frameborder="0" onload="iFrameHeight()"></iframe> </div> |
コメント