<iframe name="itunes" src="http://itunes.apple.com/us/album/threads/id509846713" frameborder="0" width="500" height="600" onload="window.frames['itunes'].scrollTo(250,250)"></iframe>
onload="window.frames['itunes'].scrollTo(300,300)"
<iframe name="itunes" src="http://www.allmusic.com/album/threads-mw0002318191" frameborder="0" width="500" height="600" onload="window.frames['itunes'].scrollTo(300,300)"></iframe>
#outerdiv {width: 500px; position: relative;}#innerdiv {position: absolute; left: -320px; top: -220px;overflow:hidden;}
<div id="outerdiv"> <div id="innerdiv"> <iframe width="600" height="660" src="URL" scrolling="no" frameborder="0"></iframe> </div></div>
I'm trying this on this page and it does not seem to be working..
http://www.mollymorkoski.com/?page_id=9
Anyhoo, you might want to put this part in the BODY tag, not the IFRAME tag:
Managed to do the job, but I don't know if it's "correct" in terms of design practice lol.
does that help at all? If you adjust the negative values of the "innerdiv" you'll see the content inside the window move around.