Forum Moderators: open

Message Too Old, No Replies

iframe question - how to offset the source page?

         

tintin99

7:34 pm on Mar 21, 2006 (gmt 0)

10+ Year Member



Is it possible to offset the source page in an iframe to show a section from a part of the page other than the top left corner?

I have a 200x200px iframe and want to show a specific 200x200px section of the source page that appears at the bottom right of the source page.

Thanks!

jimbeetle

3:21 pm on Mar 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try using an anchor.

In your iframe call: src="iframesource.htm#start-here"

In your source page <a name="start-here">

tintin99

2:39 pm on Mar 24, 2006 (gmt 0)

10+ Year Member



Thanks jimbeetle - that works a treat!