Editing text in scrolling layer?

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Editing text in scrolling layer?

    I have a scrolling layer in my content template. Trouble is in Contribute I
    can't see the text that is outside the visible area of the layer. The full
    height of the layer is visible, and I can select the text outside the clipped
    area, but the text itself doesn't show up. It's as though it's still being
    clipped, even though I can select it. I set overflow to visible, but that
    didn't work. I read a few posts about setting a template property, but I'm not
    sure how to do that. Could someone please explain it to me, or offer another
    solution?

    The layer is set up as follows:

    <td width="263" height="285" colspan="2" valign="top" align="left"
    bgcolor="#FFFFFF">
    <div id="content" class="body" style="position:absolute;
    background-color:#FFFFFF; width:220; height:1500; z-index:1; top: 15px; left:
    260px; visibility:visible; overflow:visible; clip:rect(0,240,285,0);">
    Content here...
    </div>
    </td>

    Thanks for any help,
    Adam

    fx2ooo Guest

  2. Similar Questions and Discussions

    1. editing text using advance editing feature
      I created 11 PDFs in InDesign for my client. She wants to be able to change the headlines on the PDFs using Acrobat editing features. I never...
    2. Scrolling layer
      Hey everyone, I found this page of script and I really need help with it. http://www.quirksmode.org/js/layerscroll.html# I'm very very new...
    3. HELP! Problem with Layer Positioning and Scrolling forIE 5.5 and 6.0
      Hi, everyone! I've been developing Dreamweaver MX 2004 courseware using CSS, layers, and templates, and I need some help figuring out how to solve...
    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. Vertical scrolling layer
      I need some help in creating a vertical scrolling layer. I've successfully used PVII's free extension for DW4, but I need to tweak it a bit and don't...
  3. #2

    Default Re: Editing text in scrolling layer?

    Originally posted by: fx2ooo
    Trouble is in Contribute I can't see the text that is outside the visible area
    of the layer.

    The layer is set up as follows:

    <td width="263" height="285" colspan="2" valign="top" align="left"
    bgcolor="#FFFFFF">
    <div id="content" class="body" style="position:absolute;
    background-color:#FFFFFF; width:220; height:1500; z-index:1; top: 15px; left:
    260px; visibility:visible; overflow:visible; clip:rect(0,240,285,0);">
    Content here...
    </div>
    </td>

    Thanks for any help,
    Adam


    may you can find answer here


    cindyding0412 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