I have searched and no one else seems to have my particular problem. The scroll bar shows up, but without arrows on the side.
And I am shifting the page over so I can hide a side launch menu on the side of my Intranet site.
My code is:
<html>
<body>
<div style="overflow:hidden; width: 300; height:1000; position:absolute; left:-170px; top:-100px">
<iframe src="" style="overflow:hidden;" width=350 height=250 frameborder="0" scrolling="no">
</iframe></div>
</body>
</html>