I have a page that I don't control the source to. It contains an iframe. The iframe has scrollbars and a border. I want to remove both. I tried using Jquery like this:
$('iframe').attr('scrolling', 'no');
Nothing I do will affect the iframes attributes at all.
Any ideas? (IE8)