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

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -