Scrolling a page inside an iframe

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Scrolling a page inside an iframe

    I created an iframe, it has a .html page in it, let's call it content.html for
    example
    I also create a button outside this iframe, so in my main site .html

    Now, I would like to add an action to this button: when you click it, is it
    possible to make content.html scroll down/up with a specified number of pixels?

    (The reason why I'm not just using a scrollbar for the iframe is because it
    looks ugly in firefox)

    I hope someone can provide me with some code for this, cheers !

    -uka- Guest

  2. Similar Questions and Discussions

    1. iFrame scrolling left/right when I don't want it to!Please help!
      Hello, I am using iFrames in my HTML page for a website that I'm creating - click http://www.spindriftmedia.com/clients/charliegeorge to see it....
    2. Repeating region inside a vertical scrolling window
      Hello All, I have a webpage that has a user form and beside that form is a repeating region. Is it possible to have a repeating region inside a...
    3. A scrolling content box inside a flash comp
      Hello New to flash - hating it more every passing minute. does anyone know of a way to place a scrolling content box inside another flash...
    4. Table scrolling problem (iframe) in Mac IE 5.2
      Hi everyone, I run a website for the band http://www.levelcd.com. I was wondering if anyone has a code to solve this problem. I use the "frame...
    5. bitmap image inside a scrolling text field..
      You can overlay bitmaps on a field. providing field's directToStage is switched off. One can position the graphic relative to scroll by reading...
  3. #2

    Default Re: Scrolling a page inside an iframe

    We have a commercial extension that will scroll iframes from buttons or
    text.

    [url]http://www.fourlevel.com/product/iframe/index.htm[/url]


    --
    Regards,
    ...Trent Pastrana
    [url]www.fourlevel.com[/url]





    "-uka-" <webforumsuser@macromedia.com> wrote in message
    news:e03b0i$nc4$1@forums.macromedia.com...
    >I created an iframe, it has a .html page in it, let's call it content.html
    >for
    > example
    > I also create a button outside this iframe, so in my main site .html
    >
    > Now, I would like to add an action to this button: when you click it, is
    > it
    > possible to make content.html scroll down/up with a specified number of
    > pixels?
    >
    > (The reason why I'm not just using a scrollbar for the iframe is because
    > it
    > looks ugly in firefox)
    >
    > I hope someone can provide me with some code for this, cheers !
    >

    T.Pastrana - 4Level Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139