Forum Moderators: open
By any chance does anyone know of a solution for a scrolling issue concerning iframe (scrolling set to no) w/ IE 6 or 7? There are no vertical or horizontal scroll bar, but you can drag the text on the page, and then it scrolls vertically.
An example of the tag is:
<iframe scrolling="no" src="http://yahoo.com" width="500px" height="700px"> </iframe>
The scrolling issue does not happen w/ FireFox.
If any one know of this issue or have any insight, please provide your feedback.
Thanks,
Aliu
If you just want horizontal or vertical, do overflow-x, or overflow-y.
This works in Firefox (v 1.0x+ or something) and IE... I don't think it's a standard CSS attribute (like official in CSS2 W3C), so I'm not sure if other browsers support it too.
I believe all browsers and not just IE will get your problem though (even though you say otherwise). If not with just dragging text, with The scrollwheel (especially clicking it)
[edited by: Xapti at 6:36 am (utc) on April 10, 2007]