[CSS]iOSでiframeをスクロールする方法

CSS
スポンサーリンク

CSS

#box 	{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

HTML

<div id="box">
	<iframe src="iframe.html" width="100%" height="100%" scrolling="yes" align="top" frameborder="0" onload="iFrameHeight()"></iframe>
</div>

コメント

タイトルとURLをコピーしました