html - How can I remove scrollbars from an iframe using jquery? -
I have a page on which I do not control the source. It has an iframe iframe has scrollbar and border I want to remove both of them. I tried to use Jquery like this:
$ ('iframe'). Attr ('scrolling', 'no');
Whatever I did, it will affect all iframes attributes.
Any thoughts? (IE8)
& lt; Iframe scrolling = "no" frameborder = "0" & gt;
Comments
Post a Comment