Is it possible to load a cross domain child iframe and scroll it to a certain section?
Say, for instance, I wanted to reference a question on Stack Overflow, and using JavaScript, scroll it to the particular part of the page where the question is, and maybe overlay a highlight, or something.
My hack would be to load the iframe with a huge height, like really really tall, and then scroll it by just moving the position.
That sucks though, is there a better way?