Log in

View Full Version : Iframe Scrolling



kpw
06-07-2007, 12:16 AM
I have an iframe on a webpage which requires scrolling to show its entire contents (the displayed page is wider than the iframe). i have seen the "scrollable iframe" script on this website, and wondered if a similar thing could be done with horizontal scrolling rather than vertical. also, can the scrolling be set in such a way that it moves a certain number of pixels, (there are images on the page within the iframe, and i want the next image to be shown when the user scrolls).

please help
karl

kpw
06-08-2007, 02:37 PM
can somebody please help me with this?

NairB
06-08-2007, 09:27 PM
kpw,

Why not use this.......

<iframe src="www.example.com" scrolling="yes" frameborder="0" width="100%" height="320"></iframe>

- NairB