Elements with scrolling

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Elements with scrolling

    I need to use an elements with scrolling (like iframes or divs with
    overflow:scroll) but it seems like DW don't support elements with scrolling
    (only textarea).
    I tried to make my own component to emulate div with scrolling, but DW
    rendering engine is not the same as browsers rendering engine, it have some
    serious limitations.
    Anybody have any ideas?

    ValPolyakh Guest

  2. Similar Questions and Discussions

    1. scrolling?
      hi, can anyone direct me to a tutorial where i can find out how to do scrolling exactly like in the link below? http://www.consortium.ru/ ...
    2. Scrolling MC Mac OSX bug???
      I have an MC with several photos that auto scrolls horizontally, and then changes direction left/right according to where the user places their...
    3. Scrolling MUI
      Quick Question, It seems that in the Custom MUI there is no way to make text scroll. We have set up a simple app here where we will want a large...
    4. combination scrolling text scrolling picture and on MouseEnter function
      it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <...
    5. Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
      Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom...
  3. #2

    Default Re: Elements with scrolling

    Have you considered using a tabbed interface?

    Randy

    > I need to use an elements with scrolling (like iframes or divs with
    > overflow:scroll) but it seems like DW don't support elements with scrolling
    > (only textarea).
    > I tried to make my own component to emulate div with scrolling, but DW
    > rendering engine is not the same as browsers rendering engine, it have some
    > serious limitations.
    > Anybody have any ideas?
    Randy Edmunds Guest

  4. #3

    Default Re: Elements with scrolling

    Thanks for idea. I didn't tried tabbed interface because there was no need.
    Scrolling is already allowed inside of tabs or I have to turn it on?
    ValPolyakh Guest

  5. #4

    Default Re: Elements with scrolling

    I think you misunderstood my response.

    I assumed that you wanted a scrolling interface because you have more
    content than will fit on a single screen. If this is the case, then
    perhaps you can break up the content into separate Tabs that each fit
    within the screen.

    If that doesn't work, then please provide more details on the problem
    that you are trying to solve.

    HTH,
    Randy

    > Scrolling is already allowed inside of tabs or I have to turn it on?
    Randy Edmunds Guest

  6. #5

    Default Re: Elements with scrolling

    thanks for your attention =)
    I really misunderstood your response.
    My extension need to write results of work (script analysys report) to page.
    This report may be very large. This problem have very simple solution in
    browsers, but not in DW :'-(

    ValPolyakh Guest

  7. #6

    Default Re: Elements with scrolling

    You could write your report to a separate HTML file and then provide a
    link in your extension to open the page in a browser.

    HTH,
    Randy


    > My extension need to write results of work (script analysys report) to page.
    > This report may be very large. This problem have very simple solution in
    > browsers, but not in DW :'-(
    Randy Edmunds Guest

  8. #7

    Default Re: Elements with scrolling

    Great idea, thanks a lot!
    Sure, I will try to find better way (I want scrolling :-P ) but now I know at least one 100% working solution.
    ValPolyakh 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