I have created an iframe within my site. It loads when I click on another part of the site. However I dont want it to show the scrollbars but they are showing even with the property set to no as shown in my code. Does anyone have any ideas?
<iframe id="theFrame" src="" style="width:800px; height:450px; border:0px solid black; overflow:hidden;" scrolling="no"></iframe>