I'm having problems getting scrollbars to appear using the 'scrolling'
attribute of the 'iframe' tag, and I'm wondering if anyone can help
me.
I would expect the following code to produce a horizontal scrollbar at
the bottom of the iframe if my browser resolution is set to less than
950 width, but for some reason it doesn't. Does anyone have any idea
why not?
<iframe src="http://apps.xxx:8050/" name="iApp" id="iApp"
scrolling="yes" width="950" height="600" align="left" frameborder="0"
hspace="0" vspace="0">
Your browser does not support iframes. Please contact Helpdesk to
upgrade your web browser to the latest version of Internet Explorer.
</iframe>