Forum Moderators: open
1. I am unable to remove the horizontal scrollbar of the internal iframe, though the larger iframe's scrollbars are not present (probably because all scrolling is set to no on the large one, rather than one set to auto).
2. This is the real problem. In Moz and Netscape, the larger iframe scrolls around with the mouse wheel. That is, I can either roll the wheel, or press the button to get the multidirectional scroll to come up, and it moves around that way. This is not happening in IE.
I have tried:
-Setting scrolling to NO on the large iframe
-Setting scrolling to NO in the body tag of the source for the large iframe
-using CSS overflow: hidden
None of these seem to have any effect. Any help would be greatly appreciated.
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 2:35 am (utc) on Jan. 17, 2005]
You've tried a few things - but perhaps overflow:auto rather than overflow hidden would give you the functionality you need here. When you get into nested situations it can also misfire on some browsers, but I thought it was worth a try.