"Buffer" area in scrolling layer?

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

  1. #1

    Default "Buffer" area in scrolling layer?

    Hi,

    I'm using a layer as a text box and I've set the overflow to "scroll". I
    don't like that the text is butted up against the scrollbar on the right
    margin. Is there a way to put in some "buffer" space so that the text doesn't
    wrap so darn close to the scroll bar? If so, how would I go about that?

    Thank you in advance!

    Shane72 Guest

  2. Similar Questions and Discussions

    1. Remembering the height of the display area when using "fit width"
      Hi, I'd like acrobat to remember the height of my display area when I use "fit width", so that I don't have to scroll down each page. Indeed, the...
    2. #38687 [Asn->Csd]: Possible buffer overflow in stream_socket_client() when using "bindto" + IPv6
      ID: 38687 Updated by: pollita@php.net Reported By: christian dot schuster at s2000 dot tu-chemnitz dot de -Status: ...
    3. Scrolling dynamic text in a "movie credits"style
      I'm creating a kiosk that will be displayed on 30 inch LCD displays in our corporate headquarters. A list of names will be pulled from a database...
    4. Error: "layer is not a valid type layer" Photoshop CS
      Is there any way to fix the PS 7 document so it will open correctly in CS?
    5. HELP - User threads "Waiting on a buffer"
      All, We are running into an issue with IDS 7.31.UD4 engine. We are running some load testing against our applications, and we notice that...
  3. #2

    Default Re: "Buffer" area in scrolling layer?

    Padding makes space inside a box. Margin makes space outside.

    Problem is, IE renders these parameters differently from other browsers. Lots of data on the web about this problem.
    akribie Guest

  4. #3

    Default Re: "Buffer" area in scrolling layer?

    On a page with a valid and complete doctype, only IE5x and below have the
    problem with this, and if you use IE conditional comments, you can trap that
    behavior in those antique versions very nicely.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "akribie" <webforumsuser@macromedia.com> wrote in message
    news:ebnqt3$dsc$1@forums.macromedia.com...
    > Padding makes space inside a box. Margin makes space outside.
    >
    > Problem is, IE renders these parameters differently from other browsers.
    > Lots of data on the web about this problem.

    Murray *ACE* Guest

  5. #4

    Default Re: "Buffer" area in scrolling layer?

    Thanks for the feedback. Can anyone outline how I'd go about this padding with code?

    Thanks again,
    Shane
    Shane72 Guest

  6. #5

    Default Re: "Buffer" area in scrolling layer?

    div#scrollDiv { padding-right:20px; }

    (assuming your scrolling div has that ID)

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Shane72" <webforumsuser@macromedia.com> wrote in message
    news:ebotko$bqp$1@forums.macromedia.com...
    > Thanks for the feedback. Can anyone outline how I'd go about this padding
    > with code?
    >
    > Thanks again,
    > Shane

    Murray *ACE* 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