Forum Moderators: open

Message Too Old, No Replies

IE 6 issue w/ IFRAME Scrolling (INVISIBLE SCROLLING)

IE 6 issue w/ IFRAME Scrolling

         

aliu

5:55 pm on Apr 9, 2007 (gmt 0)

10+ Year Member



Hi to all,

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

Xapti

6:30 am on Apr 10, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



style your container with
overflow:hidden (should work in all browsers)
:)

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]