How to style iframed page\'s content using parent pages css ? I don\'t have access of iframed page?
i made thisfor example - http://jsbin.com/uxobe
how to st
I was able to accomplish styling an object in the iframe src file by putting javascript in that file which looked for a query string value and did the styling (or not) based on the presence (or absence) of the query string. This approach requires having control over the iframe target file, and worked well for me. I am trying to display a scaled down version of my own website in an iframe appearing in another one of my sites.