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)
http://www.w3.org/TR/html4/present/frames.html#h-16.5
<iframe scrolling="no" frameborder="0">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With