I have an Iframe inside a div.
<div id="myDiv" style="height: 400px; width: 400px; border-color: red; border-style: solid;">
<iframe src="http://www.ibm.com" id="myIframe" style="width: 100%; height: 100%; overflow: auto;"></iframe>
</div>
I was able to hide the scollbar of iFrame.
I also want to hide the scroll bar of div. How can i achieve that.