我试图在加载到 iframe 滚动到某个水平位置 onload 的 html 页面上有一个 div。但我无法让它工作。在 html 页面中使用一些简单的 body onload 代码,我让 div 滚动到某个点。但是当加载到 iframe 中时,它不会再发生了。
这是我现在在我的 iframe 中的代码,但它并没有做太多..
<iframe id='idframe' style='width:23300px; height: 650px; border:none; overflow: hidden;' src='http://www.foundfootage.be/kijk3.html'
onload="this.contentWindow.getElementById("images_hz").scrollLeft=100"
非常感谢任何帮助