Cita:
Iniciado por IsaBelM cambia scrollTo por scrollBy
No funciono, Gracias
ZeroKilled, ahora tengo esto
Código:
var css = "position:absolute; "
+ "z-index:9999; "
+ "top: 102px; "
+ "left: 60%; "
+ "border: 0; "
+ "margin: 0; "
+ "padding: 0; "
+ "overflow: hidden;"
+ "width: 130px;"
+ "height: 130px;";
var iframe = document.createElement("iframe");
iframe.setAttribute("style", css);
var d = document.getElementById("xxx");
d.scrollIntoView(true);
iframe.src = "url";
document.body.appendChild(iframe);
Pero el elemento que quiero ver no tine Id sino class.. entonces...