Why might my iframe that displays a report within it, shows a horizontal scrollbar even though the width of the report within it seems to be smaller than the width of the iframe?
There seems to like a small gap that causes the horizontal scrollbar to appear.
Another thing I’ve noticed is that when the vertical scrollbar appears, the horizontal scrollbar also appears.
For a report that doesn’t need the vertical scrollbar, the horizontal scrollbar does not appear either.
Unfortunately I am unable to show you an example.
It is the scrollbars within the iFrame not the browser.
I am assuming the scroll bar appears within the IFRAME.
This is usually a question of padding, margin, or borders. Maybe a 100% wide element that has a border. Any more detailed info is hard to give without some code. You could install the IE developer toolbar and try highlighting the varous page elements in search for the one that causes it.