Ugo

I am not sure I understand where the code you
have given goes...  the code that is NOT working 
at the moment (i.e the htmlarea TEXT and BUTTON
BAR does NOT resize when the parent div does) is:

    <div id="formSectionTextArea">
      <ft:widget id="results">
        <fi:styling type="htmlarea" rows="15" style="width:100%;"/>
      </ft:widget> 
    </div>

This results in an HTML page with:

<textarea title="" name="results" id="results" rows="15"
style="width:100%;">
(and of course the code to link it to the HTMLarea javascript)

Which part of the first code should I be replacing or
changing?

Thanks
Derek

>>> [EMAIL PROTECTED] 2004/09/02 02:39:33 PM >>>
Derek Hohls wrote:
> Is there any way for the htmlarea NOT to be a fixed width;
> ie it sits inside a variable width <div> and needs to resize
> - TEXT AREA and BUTTONBAR (not just the "outer" frame) -
> when the browser resizes.

<div>
   <textarea width="100%"/>
</div>

should do the trick, I think.

        Ugo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to