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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -