<iframe src="in_iframe.html" width="100%" height="200" scrolling="auto" frameborder="0" >
IE6 displays (unnecessary) horizontal scrollbar every time vertical scrollbar appears.
scrolling="no"style="overflow:auto;" (overflow-x: hidden; overflow-y: auto;)